blob: e1e0d1899a7204628c59b119eaaff118b695cfa8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/unace/unace-2.0.4.ebuild,v 1.13 2003/06/24 13:52:26 weeve Exp $
S=${WORKDIR}
DESCRIPTION="ACE unarchiver"
SRC_URI="http://www.vikingassociates.com/winace/linunace${PV//./}.tgz"
HOMEPAGE="http://www.winace.com/"
SLOT="0"
LICENSE="freedist"
KEYWORDS="x86 ppc -sparc "
DEPEND="virtual/glibc"
src_install() {
into /opt
dobin unace
}
|