summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/mpg321/mpg321-0.2.10-r1.ebuild')
-rw-r--r--media-sound/mpg321/mpg321-0.2.10-r1.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/mpg321/mpg321-0.2.10-r1.ebuild b/media-sound/mpg321/mpg321-0.2.10-r1.ebuild
index a3762b48d813..41bbaa7973e7 100644
--- a/media-sound/mpg321/mpg321-0.2.10-r1.ebuild
+++ b/media-sound/mpg321/mpg321-0.2.10-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg321/mpg321-0.2.10-r1.ebuild,v 1.13 2003/12/04 13:23:27 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg321/mpg321-0.2.10-r1.ebuild,v 1.14 2004/02/15 21:58:32 eradicator Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Free MP3 player, drop-in replacement for mpg123"
@@ -14,6 +14,8 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="amd64 x86 ~ppc sparc ~mips alpha"
+PROVIDE="virtual/mpg123"
+
MPG123="false"
pkg_setup() {
@@ -48,5 +50,6 @@ src_compile() {
}
src_install () {
- einstall || die
+ make DESTDIR=${D} install || die
+ dodoc dodoc AUTHORS BUGS COPYING ChangeLog HACKING INSTALL NEWS README README.remote THANKS TODO
}