summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn J. Ellis <jje@gentoo.org>2003-05-24 11:38:42 +0000
committerJohn J. Ellis <jje@gentoo.org>2003-05-24 11:38:42 +0000
commit6bc1a5638a18d1178c80ff2e4c1649c434c15ae4 (patch)
tree97efee032219cc84445ea77b3511789984f5a099 /media-sound/mp3wrap/mp3wrap-0.5.ebuild
parentInitial revision (~x86 masked) closes 20932 (diff)
downloadgentoo-2-6bc1a5638a18d1178c80ff2e4c1649c434c15ae4.tar.gz
gentoo-2-6bc1a5638a18d1178c80ff2e4c1649c434c15ae4.tar.bz2
gentoo-2-6bc1a5638a18d1178c80ff2e4c1649c434c15ae4.zip
Initial revision (~x86 masked) closes 20932
Diffstat (limited to 'media-sound/mp3wrap/mp3wrap-0.5.ebuild')
-rw-r--r--media-sound/mp3wrap/mp3wrap-0.5.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/media-sound/mp3wrap/mp3wrap-0.5.ebuild b/media-sound/mp3wrap/mp3wrap-0.5.ebuild
new file mode 100644
index 000000000000..b8f23497bf4e
--- /dev/null
+++ b/media-sound/mp3wrap/mp3wrap-0.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header:
+
+DESCRIPTION="Command-line utility that wraps quickly two or more mp3 files in one single large playable mp3."
+SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz"
+HOMEPAGE="http://${PN}.sourceforge.net/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+IUSE=""
+
+DEPEND=""
+
+src_install() {
+ dobin mp3wrap
+ doman mp3wrap.1
+ dodoc AUTHORS ChangeLog COPYING INSTALL README
+ dohtml doc/*.html
+}
+