31 lines
816 B
Plaintext
31 lines
816 B
Plaintext
# Template file for 'gupnp-av'
|
|
pkgname=gupnp-av
|
|
version=0.12.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
hostmakedepends="pkg-config gobject-introspection"
|
|
makedepends="gupnp-devel>=0.20.1_2 vala-devel>=0.20"
|
|
short_desc="Library to ease handling and implementation of UPnP A/V profiles"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="LGPL-2.1"
|
|
homepage="http://gupnp.org/"
|
|
distfiles="${GNOME_SITE}/$pkgname/0.12/$pkgname-$version.tar.xz"
|
|
checksum=7c73f3c1e1c8f552079b8db8971348acf85078c82ed4da883b218bd993fcd4c4
|
|
|
|
gupnp-av-devel_package() {
|
|
depends="gupnp-devel>=0.20.1_2 gupnp-av>=${version}"
|
|
short_desc="${short_desc} - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/share
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|
|
|
|
gupnp-av_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|