summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2005-03-02 16:55:07 +0000
committerTony Vroon <chainsaw@gentoo.org>2005-03-02 16:55:07 +0000
commitf24566a6352dfd7389d2565234e65f60c1f24545 (patch)
tree612cdb117424991872827b83fdfeaae7e8fd7e4b /media-sound/flac123/flac123-0.0.8.ebuild
parentNew version (#81432). (diff)
downloadgentoo-2-f24566a6352dfd7389d2565234e65f60c1f24545.tar.gz
gentoo-2-f24566a6352dfd7389d2565234e65f60c1f24545.tar.bz2
gentoo-2-f24566a6352dfd7389d2565234e65f60c1f24545.zip
Version bump, closes bug #83730.
(Portage version: 2.0.51.18)
Diffstat (limited to 'media-sound/flac123/flac123-0.0.8.ebuild')
-rw-r--r--media-sound/flac123/flac123-0.0.8.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/media-sound/flac123/flac123-0.0.8.ebuild b/media-sound/flac123/flac123-0.0.8.ebuild
new file mode 100644
index 000000000000..efd220d3e126
--- /dev/null
+++ b/media-sound/flac123/flac123-0.0.8.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/flac123/flac123-0.0.8.ebuild,v 1.1 2005/03/02 16:55:07 chainsaw Exp $
+
+IUSE=""
+
+DESCRIPTION="flac-tools provides flac123 a console app for playing FLAC audio files."
+HOMEPAGE="http://flac-tools.sourceforge.net"
+SRC_URI="mirror://sourceforge/flac-tools/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
+
+DEPEND="media-libs/flac
+ media-libs/libao"
+
+src_install() {
+ make DESTDIR="${D}" install || die
+ dodoc AUTHORS BUGS NEWS README* TODO
+}