diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-01-30 04:03:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-01-30 04:03:46 +0000 |
commit | a7fe45982d19e0a2a0912c1f48ef8c05af864705 (patch) | |
tree | 701e2eb4f32e702d1d963215526abd06d42de437 /app-arch/unace/unace-2.5.ebuild | |
parent | update LICENSE #164353 (diff) | |
download | gentoo-2-a7fe45982d19e0a2a0912c1f48ef8c05af864705.tar.gz gentoo-2-a7fe45982d19e0a2a0912c1f48ef8c05af864705.tar.bz2 gentoo-2-a7fe45982d19e0a2a0912c1f48ef8c05af864705.zip |
Version bump #102347 by Dick Marinus et al.
(Portage version: 2.1.2-r5)
Diffstat (limited to 'app-arch/unace/unace-2.5.ebuild')
-rw-r--r-- | app-arch/unace/unace-2.5.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-arch/unace/unace-2.5.ebuild b/app-arch/unace/unace-2.5.ebuild new file mode 100644 index 000000000000..9ac7da08e726 --- /dev/null +++ b/app-arch/unace/unace-2.5.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/unace/unace-2.5.ebuild,v 1.1 2007/01/30 04:03:46 vapier Exp $ + +DESCRIPTION="ACE unarchiver" +HOMEPAGE="http://www.winace.com/" +SRC_URI="http://www.winace.com/files/linunace${PV//.}.tgz" + +LICENSE="freedist" +SLOT="0" +KEYWORDS="-* ~x86" +IUSE="" +RESTRICT="strip" + +DEPEND="" + +S=${WORKDIR} + +src_install() { + into /opt + dobin unace || die +} |