diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-09-24 09:35:17 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-09-24 09:35:17 +0000 |
commit | 039d87ea12d271e024c0d3a2e6f814fca7f13842 (patch) | |
tree | ff092164c14530c76900ff6887f9f196c069e37c /media-video/vcdimager/vcdimager-0.7.15.ebuild | |
parent | Version bump. (diff) | |
download | historical-039d87ea12d271e024c0d3a2e6f814fca7f13842.tar.gz historical-039d87ea12d271e024c0d3a2e6f814fca7f13842.tar.bz2 historical-039d87ea12d271e024c0d3a2e6f814fca7f13842.zip |
Revision bump to install libvcd.so and libvcd.pc. This is needed for libcdio.
Diffstat (limited to 'media-video/vcdimager/vcdimager-0.7.15.ebuild')
-rw-r--r-- | media-video/vcdimager/vcdimager-0.7.15.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/media-video/vcdimager/vcdimager-0.7.15.ebuild b/media-video/vcdimager/vcdimager-0.7.15.ebuild deleted file mode 100644 index 04df3ab1db67..000000000000 --- a/media-video/vcdimager/vcdimager-0.7.15.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vcdimager/vcdimager-0.7.15.ebuild,v 1.4 2004/06/25 00:51:56 agriffis Exp $: - -IUSE="xml2" - -DESCRIPTION="GNU VCDimager" -S=${WORKDIR}/${PN}-${PV}-cdio -SRC_URI="http://savannah.nongnu.org/download/libcdio/libcdio.pkg/0.6/${PN}-${PV}-cdio.tar.gz" -HOMEPAGE="http://www.vcdimager.org/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86" - -# Ideally this would also include help2man, but it's not yet in portage. -DEPEND=">=dev-libs/libcdio-0.6 - xml2? ( >=dev-libs/libxml2-2.3.8 )" - -src_compile() { - local myopts - - # We disable the xmltest because the configure script includes differently - # than the actual XML-frontend C files. - - use xml2 \ - && myopts="${myopts} --with-xml-prefix=/usr --disable-xmltest" \ - || myopts="${myopts} --without-xml-frontend" - - econf ${myopts} || die - emake || die -} - -src_install () { - make \ - prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - install || die - - dodoc AUTHORS BUGS COPYING ChangeLog FAQ HACKING INSTALL - dodoc NEWS README THANKS TODO -} |