summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2008-11-26 17:42:24 +0000
committerSteve Dibb <beandog@gentoo.org>2008-11-26 17:42:24 +0000
commitb7958b794971534cc103a3ab6591bef36b3757f4 (patch)
tree2a583b4956f9e65e728735ec545ec2e486863f38 /dev-libs/libisofs/libisofs-0.6.12.ebuild
parentUpdate html-render-patch to work with 2.24.0 gtkhtml. Bug 248909. (diff)
downloadgentoo-2-b7958b794971534cc103a3ab6591bef36b3757f4.tar.gz
gentoo-2-b7958b794971534cc103a3ab6591bef36b3757f4.tar.bz2
gentoo-2-b7958b794971534cc103a3ab6591bef36b3757f4.zip
Version bump
(Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo x86_64)
Diffstat (limited to 'dev-libs/libisofs/libisofs-0.6.12.ebuild')
-rw-r--r--dev-libs/libisofs/libisofs-0.6.12.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-libs/libisofs/libisofs-0.6.12.ebuild b/dev-libs/libisofs/libisofs-0.6.12.ebuild
new file mode 100644
index 000000000000..dac29be3b953
--- /dev/null
+++ b/dev-libs/libisofs/libisofs-0.6.12.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libisofs/libisofs-0.6.12.ebuild,v 1.1 2008/11/26 17:42:24 beandog Exp $
+
+DESCRIPTION="libisofs is an open-source library for reading, mastering and writing optical discs."
+HOMEPAGE="http://libburnia-project.org/"
+SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RESTRICT="test"
+
+RDEPEND=">=dev-libs/libburn-0.4.2"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS README NEWS Roadmap TODO
+}