diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2008-12-01 17:39:23 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2008-12-01 17:39:23 +0000 |
commit | 18bed37dc5c3471cc1593c843dcb6780da3f3272 (patch) | |
tree | 9eb1c573df7d53c04da13f896ce15f420a41b16d /dev-libs/libburn/libburn-0.4.8_p0.ebuild | |
parent | Fix config for lighttpd web access. Thanks to Wolfram Schlich. (diff) | |
download | gentoo-2-18bed37dc5c3471cc1593c843dcb6780da3f3272.tar.gz gentoo-2-18bed37dc5c3471cc1593c843dcb6780da3f3272.tar.bz2 gentoo-2-18bed37dc5c3471cc1593c843dcb6780da3f3272.zip |
old
(Portage version: 2.1.6_rc2/cvs/Linux 2.6.27.7 i686)
Diffstat (limited to 'dev-libs/libburn/libburn-0.4.8_p0.ebuild')
-rw-r--r-- | dev-libs/libburn/libburn-0.4.8_p0.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-libs/libburn/libburn-0.4.8_p0.ebuild b/dev-libs/libburn/libburn-0.4.8_p0.ebuild deleted file mode 100644 index 757accdc36c9..000000000000 --- a/dev-libs/libburn/libburn-0.4.8_p0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/libburn-0.4.8_p0.ebuild,v 1.1 2008/06/04 18:41:08 drac Exp $ - -DESCRIPTION="Libburn 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/_p0/.pl00}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -RDEPEND="" -DEPEND="dev-util/pkgconfig" - -S=${WORKDIR}/${P/_p0} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS CONTRIBUTORS README doc/comments -} |