summaryrefslogtreecommitdiff
blob: 5fc5e7a5ebc7a9706119a685d877d5f74baf4bf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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.2.ebuild,v 1.6 2003/10/02 02:01:46 vapier Exp $

DESCRIPTION="ACE unarchiver"
HOMEPAGE="http://www.winace.com/"
SRC_URI="http://ace.edskes.com/winace/linunace${PV//.}.tgz"

LICENSE="freedist"
SLOT="0"
KEYWORDS="-* x86"

DEPEND="virtual/glibc"

S=${WORKDIR}

src_install() {
	into /opt
	dobin unace
}