diff options
author | 2009-09-16 00:13:06 +0000 | |
---|---|---|
committer | 2009-09-16 00:13:06 +0000 | |
commit | 7ae70f09127d23d30d3e074cce7c5808946abdc5 (patch) | |
tree | 8513e63ef43a877000082cf093db9c4baf3a2ada /dev-embedded/scratchbox-devkit-doctools/scratchbox-devkit-doctools-1.0.13.ebuild | |
parent | Marked ppc stable for bug #275703. (diff) | |
download | historical-7ae70f09127d23d30d3e074cce7c5808946abdc5.tar.gz historical-7ae70f09127d23d30d3e074cce7c5808946abdc5.tar.bz2 historical-7ae70f09127d23d30d3e074cce7c5808946abdc5.zip |
Version bump
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'dev-embedded/scratchbox-devkit-doctools/scratchbox-devkit-doctools-1.0.13.ebuild')
-rw-r--r-- | dev-embedded/scratchbox-devkit-doctools/scratchbox-devkit-doctools-1.0.13.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-embedded/scratchbox-devkit-doctools/scratchbox-devkit-doctools-1.0.13.ebuild b/dev-embedded/scratchbox-devkit-doctools/scratchbox-devkit-doctools-1.0.13.ebuild new file mode 100644 index 000000000000..ea88eee88443 --- /dev/null +++ b/dev-embedded/scratchbox-devkit-doctools/scratchbox-devkit-doctools-1.0.13.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-doctools/scratchbox-devkit-doctools-1.0.13.ebuild,v 1.1 2009/09/16 00:10:41 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}" +} |