30 lines
804 B
Text
30 lines
804 B
Text
# Template file for 'gupnp-av'
|
|
pkgname=gupnp-av
|
|
version=0.12.2
|
|
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=43597bdfb1c352338e706962ff7fcdbcb544c5a36f27c9c2aaa5a550b6990270
|
|
|
|
gupnp-av-devel_package() {
|
|
depends="gupnp-devel>=0.20.1_2 gupnp-av>=${version}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/share
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|
|
|
|
gupnp-av_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|