summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-sound/cdtool/ChangeLog8
-rw-r--r--media-sound/cdtool/cdtool-2.1.5.ebuild40
-rw-r--r--media-sound/cdtool/files/digest-cdtool-2.1.51
3 files changed, 49 insertions, 0 deletions
diff --git a/media-sound/cdtool/ChangeLog b/media-sound/cdtool/ChangeLog
new file mode 100644
index 000000000000..bdbbb8b1245d
--- /dev/null
+++ b/media-sound/cdtool/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for media-sound/cdtool
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cdtool/ChangeLog,v 1.1 2003/04/22 20:51:40 coredumb Exp $
+
+*cdtool-2.1.5 (22 04 2003)
+
+ 22 04 2003; Jens Hoffrichter <joho@hausboot.org> :
+ Initial import. Ebuild submitted by Jens Hoffrichter <joho@hausboot.org>.
diff --git a/media-sound/cdtool/cdtool-2.1.5.ebuild b/media-sound/cdtool/cdtool-2.1.5.ebuild
new file mode 100644
index 000000000000..4766c7996837
--- /dev/null
+++ b/media-sound/cdtool/cdtool-2.1.5.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cdtool/cdtool-2.1.5.ebuild,v 1.1 2003/04/22 20:51:40 coredumb Exp $
+
+IUSE=""
+DESCRIPTION="A package of command-line utilities to play and catalog cdroms."
+HOMEPAGE=""
+SRC_URI="http://www.ibiblio.org/pub/linux/apps/sound/cdrom/cli/cdtool-${PV}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+DEPEND=""
+S=${WORKDIR}/${P}
+
+src_compile() {
+ cd ${S}
+ emake || die
+}
+
+src_install() {
+ dobin cdadd
+ dobin cdctrl
+ dobin cdown
+ dobin cdloop
+ dobin cdtool
+
+ dosym cdtool /usr/bin/cdpause
+ dosym cdtool /usr/bin/cdeject
+ dosym cdtool /usr/bin/cdinfo
+ dosym cdtool /usr/bin/cdir
+ dosym cdtool /usr/bin/cdreset
+ dosym cdtool /usr/bin/cdshuffle
+ dosym cdtool /usr/bin/cdstart
+ dosym cdtool /usr/bin/cdstop
+
+ doman cdctrl.1 cdown.1 cdtool.1
+
+ dodoc COPYING INSTALL README
+
+}
diff --git a/media-sound/cdtool/files/digest-cdtool-2.1.5 b/media-sound/cdtool/files/digest-cdtool-2.1.5
new file mode 100644
index 000000000000..9f71c6dd18f7
--- /dev/null
+++ b/media-sound/cdtool/files/digest-cdtool-2.1.5
@@ -0,0 +1 @@
+MD5 23c6646240440a14087de1d6e4884abb cdtool-2.1.5.tar.gz 41545