You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-libs/gupnp-vala/gupnp-vala-0.10.2.ebuild

32 lines
716 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-vala/gupnp-vala-0.10.2.ebuild,v 1.1 2011/11/20 19:14:21 eva Exp $
EAPI="4"
inherit gnome.org
DESCRIPTION="Vala bindings for the GUPnP framework"
HOMEPAGE="http://gupnp.org/"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-lang/vala-0.11.3:0.12[vapigen]
>=net-libs/gupnp-0.18
>=net-libs/gssdp-0.11
>=net-libs/gupnp-av-0.9
>=media-libs/gupnp-dlna-0.5.1"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
DOCS="AUTHORS ChangeLog NEWS README"
src_configure() {
econf \
VALAC=$(type -p valac-0.12) \
VAPIGEN=$(type -p vapigen-0.12)
}