summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-07-27 17:18:10 +0000
committerSamuli Suominen <drac@gentoo.org>2007-07-27 17:18:10 +0000
commit0b4b07657a9140568f0a43c7988c93a3fe4cb182 (patch)
tree37f40cb458c7fe2fc3e3e343d4a0ed4fef44907b /media-sound/cdtool/cdtool-2.1.8.ebuild
parentStable on sparc (diff)
downloadgentoo-2-0b4b07657a9140568f0a43c7988c93a3fe4cb182.tar.gz
gentoo-2-0b4b07657a9140568f0a43c7988c93a3fe4cb182.tar.bz2
gentoo-2-0b4b07657a9140568f0a43c7988c93a3fe4cb182.zip
Version bump.
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'media-sound/cdtool/cdtool-2.1.8.ebuild')
-rw-r--r--media-sound/cdtool/cdtool-2.1.8.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/media-sound/cdtool/cdtool-2.1.8.ebuild b/media-sound/cdtool/cdtool-2.1.8.ebuild
new file mode 100644
index 000000000000..35394cbf10b0
--- /dev/null
+++ b/media-sound/cdtool/cdtool-2.1.8.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cdtool/cdtool-2.1.8.ebuild,v 1.1 2007/07/27 17:18:10 drac Exp $
+
+DESCRIPTION="Collection of command-line utilities to control cdrom devices."
+HOMEPAGE="http://hinterhof.net/cdtool"
+SRC_URI="http://hinterhof.net/cdtool/dist/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~sparc ~amd64 ~ppc"
+IUSE=""
+
+DEPEND="!media-sound/cdplay"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed."
+ dodoc CHANGES CREDITS README TODO
+}