summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2006-01-11 06:26:13 +0000
committerChris White <chriswhite@gentoo.org>2006-01-11 06:26:13 +0000
commit12a697fdab84616bef073e2e5e531e7e2267bbd1 (patch)
treee486b8d7535a25cdf2f074cd3499b86f10e0ad62 /app-arch/unshield/unshield-0.5.ebuild
parent(#118595) Move inputproto from DEPEND to RDEPEND. (diff)
downloadgentoo-2-12a697fdab84616bef073e2e5e531e7e2267bbd1.tar.gz
gentoo-2-12a697fdab84616bef073e2e5e531e7e2267bbd1.tar.bz2
gentoo-2-12a697fdab84616bef073e2e5e531e7e2267bbd1.zip
Version bump for bug #109724.
(Portage version: 2.0.53)
Diffstat (limited to 'app-arch/unshield/unshield-0.5.ebuild')
-rw-r--r--app-arch/unshield/unshield-0.5.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-arch/unshield/unshield-0.5.ebuild b/app-arch/unshield/unshield-0.5.ebuild
new file mode 100644
index 000000000000..06fa2b176eab
--- /dev/null
+++ b/app-arch/unshield/unshield-0.5.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/unshield/unshield-0.5.ebuild,v 1.1 2006/01/11 06:24:28 chriswhite Exp $
+
+inherit eutils
+
+DESCRIPTION="InstallShield CAB file extractor."
+HOMEPAGE="http://sourceforge.net/projects/synce/"
+SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+IUSE=""
+
+DEPEND=">=sys-libs/zlib-1.1.4"
+
+src_install() {
+ make DESTDIR="${D}" install || die
+ dodoc README
+}