diff options
author | Chris White <chriswhite@gentoo.org> | 2006-01-11 06:26:13 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2006-01-11 06:26:13 +0000 |
commit | af553df9942fe948903440182918ab4d03b21b4b (patch) | |
tree | 27c85b627e54b84b56c8ba2eb0eb838448deada5 /app-pda/orange/orange-0.3.ebuild | |
parent | Version bump for bug #109724. (diff) | |
download | historical-af553df9942fe948903440182918ab4d03b21b4b.tar.gz historical-af553df9942fe948903440182918ab4d03b21b4b.tar.bz2 historical-af553df9942fe948903440182918ab4d03b21b4b.zip |
Version bump for bug #109724.
Package-Manager: portage-2.0.53
Diffstat (limited to 'app-pda/orange/orange-0.3.ebuild')
-rw-r--r-- | app-pda/orange/orange-0.3.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/app-pda/orange/orange-0.3.ebuild b/app-pda/orange/orange-0.3.ebuild new file mode 100644 index 000000000000..0d11b076244d --- /dev/null +++ b/app-pda/orange/orange-0.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/orange-0.3.ebuild,v 1.1 2006/01/11 06:26:13 chriswhite Exp $ + +DESCRIPTION="A tool and library for extracting cabs from executable installers." +HOMEPAGE="http://sourceforge.net/projects/synce/" +SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="" + +DEPEND=">=app-pda/dynamite-0.1 + >=app-arch/unshield-0.5 + >=app-pda/synce-librapi2-0.9.1 + >=app-pda/synce-libsynce-0.9.1" + +src_unpack() { + unpack ${A} + cd "${S}" + sed -i -e "s:-Werror::" lib/Makefile.am +} + +src_install() { + make DESTDIR=${D} install || die + dodoc README +} |