summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-01-07 15:17:35 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-01-07 15:17:35 +0000
commit96ce5f53477caa0bc1896dce0b43b1360e193ebf (patch)
tree3ea5a9c1454837e10a86d7d727ca06436fdbff69 /media-libs/lv2-ui/lv2-ui-2.4.ebuild
parentadd gtk useflag and make deps match reality (diff)
downloadgentoo-2-96ce5f53477caa0bc1896dce0b43b1360e193ebf.tar.gz
gentoo-2-96ce5f53477caa0bc1896dce0b43b1360e193ebf.tar.bz2
gentoo-2-96ce5f53477caa0bc1896dce0b43b1360e193ebf.zip
initial import, ebuild by Gavin Pryke
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/lv2-ui/lv2-ui-2.4.ebuild')
-rw-r--r--media-libs/lv2-ui/lv2-ui-2.4.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/media-libs/lv2-ui/lv2-ui-2.4.ebuild b/media-libs/lv2-ui/lv2-ui-2.4.ebuild
new file mode 100644
index 000000000000..ed703b9a7f0d
--- /dev/null
+++ b/media-libs/lv2-ui/lv2-ui-2.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2-ui/lv2-ui-2.4.ebuild,v 1.1 2012/01/07 15:17:35 aballier Exp $
+
+EAPI=3
+inherit waf-utils
+
+DESCRIPTION="Generic UI interface for LV2 plugins"
+HOMEPAGE="http://lv2plug.in/ns/extensions/ui"
+SRC_URI="http://lv2plug.in/spec/${P}.tar.bz2"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND=">=media-libs/lv2core-6.0"
+
+DOCS=( "NEWS" )