diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-09-25 16:42:56 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-09-25 16:42:56 +0000 |
commit | 77cdbf4741c0eb314a0ff86380ec7f872ce35143 (patch) | |
tree | b6dbffb7a8109b9dd19a132a28dab283e2ba1287 /app-arch/unshield/unshield-0.4.ebuild | |
parent | DAMN YOU UCLIBC! (diff) | |
download | gentoo-2-77cdbf4741c0eb314a0ff86380ec7f872ce35143.tar.gz gentoo-2-77cdbf4741c0eb314a0ff86380ec7f872ce35143.tar.bz2 gentoo-2-77cdbf4741c0eb314a0ff86380ec7f872ce35143.zip |
version bump (#61952)
Diffstat (limited to 'app-arch/unshield/unshield-0.4.ebuild')
-rw-r--r-- | app-arch/unshield/unshield-0.4.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-arch/unshield/unshield-0.4.ebuild b/app-arch/unshield/unshield-0.4.ebuild new file mode 100644 index 000000000000..db9e1d84c248 --- /dev/null +++ b/app-arch/unshield/unshield-0.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/unshield/unshield-0.4.ebuild,v 1.1 2004/09/25 16:42:56 liquidx Exp $ + +DESCRIPTION="InstallShield CAB file extractor." +HOMEPAGE="http://sourceforge.net/projects/synce/" +SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND=">=sys-libs/zlib-1.1.4" + +src_compile() { + econf || die "econf failed" + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc README +} |