summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2009-05-06 19:35:39 +0000
committerOlivier Crête <tester@gentoo.org>2009-05-06 19:35:39 +0000
commit60b30c2e879fcd820e188fc311ef70d59dfe9169 (patch)
treef702bec9b190d79b30b9be35ec57975aa747c6ea /dev-embedded/scratchbox-devkit-perl/scratchbox-devkit-perl-1.0.4.ebuild
parentStable for HPPA (bug #268265). (diff)
downloadhistorical-60b30c2e879fcd820e188fc311ef70d59dfe9169.tar.gz
historical-60b30c2e879fcd820e188fc311ef70d59dfe9169.tar.bz2
historical-60b30c2e879fcd820e188fc311ef70d59dfe9169.zip
Adding scratchbox, from sunrise and bug #94225
Package-Manager: portage-2.1.6.11/cvs/Linux i686
Diffstat (limited to 'dev-embedded/scratchbox-devkit-perl/scratchbox-devkit-perl-1.0.4.ebuild')
-rw-r--r--dev-embedded/scratchbox-devkit-perl/scratchbox-devkit-perl-1.0.4.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-embedded/scratchbox-devkit-perl/scratchbox-devkit-perl-1.0.4.ebuild b/dev-embedded/scratchbox-devkit-perl/scratchbox-devkit-perl-1.0.4.ebuild
new file mode 100644
index 000000000000..6a9dc71a2a38
--- /dev/null
+++ b/dev-embedded/scratchbox-devkit-perl/scratchbox-devkit-perl-1.0.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-devkit-perl/scratchbox-devkit-perl-1.0.4.ebuild,v 1.1 2009/05/06 19:35:20 tester Exp $
+
+SBOX_GROUP="sbox"
+RESTRICT="strip binchecks"
+
+DESCRIPTION="A cross-compilation toolkit designed to make embedded Linux application development easier."
+HOMEPAGE="http://www.scratchbox.org/"
+SRC_URI="http://scratchbox.org/download/files/sbox-releases/stable/tarball/${P}-i386.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND="=dev-embedded/scratchbox-1.0*"
+DEPEND=""
+
+TARGET_DIR="/opt/scratchbox"
+
+S=${WORKDIR}/scratchbox
+
+src_install() {
+ dodir ${TARGET_DIR}
+ cp -pRP * "${D}/${TARGET_DIR}"
+}