summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-10-15 09:59:49 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-10-15 09:59:49 +0000
commit0e0ae8743ac4d9f53ffc6070edef75f184441eb2 (patch)
tree3efe857771490587422e1c34076c97587b78cdd7 /media-sound/flac123/flac123-0.0.7.ebuild
parentAdded patch to compile with gcc-3.4 from rigelf@postmark.net in bug #62578. ... (diff)
downloadgentoo-2-0e0ae8743ac4d9f53ffc6070edef75f184441eb2.tar.gz
gentoo-2-0e0ae8743ac4d9f53ffc6070edef75f184441eb2.tar.bz2
gentoo-2-0e0ae8743ac4d9f53ffc6070edef75f184441eb2.zip
Initial ebuild provided by Michael Owen <mowen@costco.com> in bug #65542.
Diffstat (limited to 'media-sound/flac123/flac123-0.0.7.ebuild')
-rw-r--r--media-sound/flac123/flac123-0.0.7.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/media-sound/flac123/flac123-0.0.7.ebuild b/media-sound/flac123/flac123-0.0.7.ebuild
new file mode 100644
index 000000000000..b30ab2c63383
--- /dev/null
+++ b/media-sound/flac123/flac123-0.0.7.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/flac123/flac123-0.0.7.ebuild,v 1.1 2004/10/15 09:59:49 eradicator Exp $
+
+IUSE=""
+
+DESCRIPTION="flac-tools provides flac123 a console app for playing FLAC audio files."
+SRC_URI="mirror://sourceforge/flac-tools/${P}.tar.gz"
+HOMEPAGE="http://flac-tools.sourceforge.net"
+
+KEYWORDS="~amd64 ~sparc ~x86"
+SLOT="0"
+LICENSE="GPL-2"
+
+DEPEND="media-libs/flac
+ media-libs/libao"
+
+src_install() {
+ make DESTDIR="${D}" install || die
+ dodoc AUTHORS BUGS NEWS README* TODO
+}