summaryrefslogtreecommitdiff
blob: 7280965acbb950ae7ea0bcedac6d19d4086bc39a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/amp/amp-0.7.6.ebuild,v 1.8 2004/06/24 23:50:10 agriffis Exp $

IUSE=""

DESCRIPTION="AMP - the Audio Mpeg Player"
LICENSE="as-is"

SRC_URI="http://distro.ibiblio.org/pub/Linux/distributions/slackware/slackware_source/ap/amp/${P}.tar.gz"
KEYWORDS="x86"
SLOT="0"

src_install() {
	dobin amp || die
	dodoc BUGS CHANGES README TODO doc/*
}