diff options
author | John J. Ellis <jje@gentoo.org> | 2003-05-06 12:03:14 +0000 |
---|---|---|
committer | John J. Ellis <jje@gentoo.org> | 2003-05-06 12:03:14 +0000 |
commit | 0ba102f4c6f3a831cbe98b642289029006e67dde (patch) | |
tree | 68e43f30b6448c3a44348a2e4e4824503ff1a1c6 /media-libs/liblrdf/liblrdf-0.3.1.ebuild | |
parent | Closes #20477 pre-req for ardour. Version bump. (diff) | |
download | gentoo-2-0ba102f4c6f3a831cbe98b642289029006e67dde.tar.gz gentoo-2-0ba102f4c6f3a831cbe98b642289029006e67dde.tar.bz2 gentoo-2-0ba102f4c6f3a831cbe98b642289029006e67dde.zip |
Closes #20477 pre-req for ardour. Version bump.
Diffstat (limited to 'media-libs/liblrdf/liblrdf-0.3.1.ebuild')
-rw-r--r-- | media-libs/liblrdf/liblrdf-0.3.1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/media-libs/liblrdf/liblrdf-0.3.1.ebuild b/media-libs/liblrdf/liblrdf-0.3.1.ebuild new file mode 100644 index 000000000000..2cb55bb80c95 --- /dev/null +++ b/media-libs/liblrdf/liblrdf-0.3.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/liblrdf-0.3.1.ebuild,v 1.1 2003/05/06 12:03:02 jje Exp $ + +DESCRIPTION="A library for the manipulation of RDF file in LADSPA plugins" +HOMEPAGE="http://plugin.org.uk" +SRC_URI="http://plugin.org.uk/releases/lrdf/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" +IUSE="" +DEPEND="virtual/glibc + >=media-libs/raptor-0.9.8 + >=media-libs/ladspa-sdk-1.12" +S=${WORKDIR}/${P} + +src_compile() { + econf + emake || die +} + +src_install() { + einstall +} |