diff options
author | Federico Ferri <mescalinum@gentoo.org> | 2008-11-13 17:19:40 +0000 |
---|---|---|
committer | Federico Ferri <mescalinum@gentoo.org> | 2008-11-13 17:19:40 +0000 |
commit | e4eff600871de4f8dc6f3110181a4361a5721d21 (patch) | |
tree | 35d7df1490c0e44a9e22a854e48cb14958b53026 /app-pda/orange | |
parent | clean up redundant src_compile (diff) | |
download | gentoo-2-e4eff600871de4f8dc6f3110181a4361a5721d21.tar.gz gentoo-2-e4eff600871de4f8dc6f3110181a4361a5721d21.tar.bz2 gentoo-2-e4eff600871de4f8dc6f3110181a4361a5721d21.zip |
general cleanup
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-pda/orange')
-rw-r--r-- | app-pda/orange/orange-0.3.2.ebuild | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/app-pda/orange/orange-0.3.2.ebuild b/app-pda/orange/orange-0.3.2.ebuild index 1588933ee8af..6dc1f4bba5db 100644 --- a/app-pda/orange/orange-0.3.2.ebuild +++ b/app-pda/orange/orange-0.3.2.ebuild @@ -1,28 +1,23 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/orange-0.3.2.ebuild,v 1.1 2008/11/13 06:31:16 mescalinum Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/orange-0.3.2.ebuild,v 1.2 2008/11/13 17:19:40 mescalinum Exp $ +MY_P="lib${P}" DESCRIPTION="A tool and library for extracting cabs from executable installers." HOMEPAGE="http://synce.sourceforge.net/synce/orange.php" -SRC_URI="mirror://sourceforge/synce/lib${P}.tar.gz" +SRC_URI="mirror://sourceforge/synce/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND=">=app-pda/synce-libsynce-0.9.1 >=app-pda/dynamite-0.1.1 >=app-arch/unshield-0.5.1" -S="${WORKDIR}/lib${P}" - -src_unpack() { - unpack ${A} - cd "${S}" -} +S="${WORKDIR}/${MY_P}" src_install() { - econf || die emake DESTDIR="${D}" install || die } |