summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/cddetect/cddetect-2.0.ebuild')
-rw-r--r--sys-apps/cddetect/cddetect-2.0.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/sys-apps/cddetect/cddetect-2.0.ebuild b/sys-apps/cddetect/cddetect-2.0.ebuild
new file mode 100644
index 000000000..0475c4824
--- /dev/null
+++ b/sys-apps/cddetect/cddetect-2.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Detects CD/DVD types without mounting them"
+HOMEPAGE="http://www.bellut.net/projects.html#cddetect"
+SRC_URI="http://www.bellut.net/files/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+S=${WORKDIR}
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ sed -i -e '1,2d' Makefile || die "sed failed"
+}
+
+src_install() {
+ dobin ${PN} || die "dobin failed"
+}