2011-10-02 16:36:33 +02:00
|
|
|
# Template file for 'gupnp-av'
|
|
|
|
pkgname=gupnp-av
|
2013-05-30 21:04:28 +02:00
|
|
|
version=0.12.2
|
2012-08-20 15:23:59 +02:00
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2011-10-02 23:49:38 +02:00
|
|
|
configure_args="--disable-static"
|
2013-03-28 22:01:01 +01:00
|
|
|
hostmakedepends="pkg-config gobject-introspection"
|
|
|
|
makedepends="gupnp-devel>=0.20.1_2 vala-devel>=0.20"
|
2011-10-02 16:36:33 +02:00
|
|
|
short_desc="Library to ease handling and implementation of UPnP A/V profiles"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="LGPL-2.1"
|
2012-08-20 15:23:59 +02:00
|
|
|
homepage="http://gupnp.org/"
|
2013-03-28 22:01:01 +01:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/0.12/$pkgname-$version.tar.xz"
|
2013-05-30 21:04:28 +02:00
|
|
|
checksum=43597bdfb1c352338e706962ff7fcdbcb544c5a36f27c9c2aaa5a550b6990270
|
2013-04-12 15:11:12 +02:00
|
|
|
|
|
|
|
gupnp-av-devel_package() {
|
|
|
|
depends="gupnp-devel>=0.20.1_2 gupnp-av>=${version}"
|
2013-05-30 21:04:28 +02:00
|
|
|
short_desc+=" - development files"
|
2013-04-12 15:11:12 +02:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/share
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gupnp-av_package() {
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|