blob: 33578d8448d1a483001a79c314da519f70d64c0b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Copyright 1999-2010 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.6.2.ebuild,v 1.2 2010/01/01 11:59:58 hwoarang Exp $
EAPI=2
DESCRIPTION="Vala bindings for the GUPnP framework"
HOMEPAGE="http://gupnp.org/"
SRC_URI="http://gupnp.org/sources/bindings/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-lang/vala-0.7.8[vapigen]
>=net-libs/gupnp-0.13
>=net-libs/gssdp-0.7
>=net-libs/gupnp-ui-0.1.1
>=net-libs/gupnp-av-0.5.2"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README
}
|