diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-04-15 18:59:16 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-04-15 18:59:16 +0000 |
commit | ab5504ddf9a27b0c0a72dca79b6241f20060435a (patch) | |
tree | e63d0cd535ce1e323ef17f5c8f8165930eab5c56 /media-libs/liblrdf/liblrdf-0.4.0.ebuild | |
parent | fixed changelog: fixed wrong keyword in keepalived-1.1.10 (ppc need to be tes... (diff) | |
download | gentoo-2-ab5504ddf9a27b0c0a72dca79b6241f20060435a.tar.gz gentoo-2-ab5504ddf9a27b0c0a72dca79b6241f20060435a.tar.bz2 gentoo-2-ab5504ddf9a27b0c0a72dca79b6241f20060435a.zip |
pkgconfig not in RDEPEND any longer, also did some cleanup. new upstream version released, fixes #89018
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-libs/liblrdf/liblrdf-0.4.0.ebuild')
-rw-r--r-- | media-libs/liblrdf/liblrdf-0.4.0.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/media-libs/liblrdf/liblrdf-0.4.0.ebuild b/media-libs/liblrdf/liblrdf-0.4.0.ebuild new file mode 100644 index 000000000000..1b329876cdaf --- /dev/null +++ b/media-libs/liblrdf/liblrdf-0.4.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/liblrdf-0.4.0.ebuild,v 1.1 2005/04/15 18:59:16 luckyduck Exp $ + +DESCRIPTION="A library for the manipulation of RDF file in LADSPA plugins" +HOMEPAGE="http://lrdf.sourceforge.net" +SRC_URI="mirror://sourceforge/lrdf/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~sparc ~ppc ~amd64 ~ppc-macos ~ppc64" +IUSE="" + +RDEPEND=">=media-libs/raptor-0.9.12 + >=media-libs/ladspa-sdk-1.12" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install() { + make DESTDIR=${D} install || die "make install failed" + dodoc AUTHORS ChangeLog NEWS README +} |