summaryrefslogtreecommitdiff
blob: 24552a5a30b50bfe0df8c1ccfe106658689e3dc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /var/cvsroot/gentoo-x86/app-arch/unace/unace-2.0.4.ebuild,v 1.3 2002/07/17 20:44:57 drobbins Exp $

S=${WORKDIR}
DESCRIPTION="ACE unarchiver"
SRC_URI="http://www.vikingassociates.com/winace/linunace204.tgz"
SLOT="0"
HOMEPAGE="http://www.winace.com/"
LICENSE="Proprietary"
DEPEND="virtual/glibc"

src_install () {
	into /opt/ace
	dobin unace
}