summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-02-21 00:29:08 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-02-21 00:29:08 +0000
commitfb00ddae0f15d1f2b5c6f89c24dc1987fc7446cc (patch)
treed8e0b72a34d2b689de5646ad931ed1c99ffc3e8d /media-sound/cplay/cplay-1.49.ebuild
parentheader fix; mips and arm need deps first (Manifest recommit) (diff)
downloadgentoo-2-fb00ddae0f15d1f2b5c6f89c24dc1987fc7446cc.tar.gz
gentoo-2-fb00ddae0f15d1f2b5c6f89c24dc1987fc7446cc.tar.bz2
gentoo-2-fb00ddae0f15d1f2b5c6f89c24dc1987fc7446cc.zip
Version bump. Add metadata. Header change.
Diffstat (limited to 'media-sound/cplay/cplay-1.49.ebuild')
-rw-r--r--media-sound/cplay/cplay-1.49.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/media-sound/cplay/cplay-1.49.ebuild b/media-sound/cplay/cplay-1.49.ebuild
new file mode 100644
index 000000000000..e1b9a15cf7c0
--- /dev/null
+++ b/media-sound/cplay/cplay-1.49.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cplay/cplay-1.49.ebuild,v 1.1 2004/02/21 00:29:08 eradicator Exp $
+
+DESCRIPTION="A Curses front-end for various audio players."
+SRC_URI="http://www.tf.hut.fi/~flu/cplay/${P}.tar.gz"
+HOMEPAGE="http://www.tf.hut.fi/~flu/hacks/cplay/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+DEPEND="virtual/python"
+
+src_install () {
+ make PREFIX=${D}/usr recursive-install || die
+
+ dosed "s:/usr/local:/usr:g" cplay
+ dobin cplay
+ doman cplay.1
+ dodoc ChangeLog README TODO
+}