35 lines
985 B
Text
35 lines
985 B
Text
# Template file for 'gupnp-dlna'
|
|
pkgname=gupnp-dlna
|
|
version=0.10.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
hostmakedepends="pkg-config gobject-introspection"
|
|
makedepends="gst-plugins-base1-devel vala-devel>=0.20"
|
|
short_desc="GUPnP DLNA"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="LGPL-2.1"
|
|
homepage="http://gupnp.org/"
|
|
distfiles="${GNOME_SITE}/$pkgname/0.10/$pkgname-$version.tar.xz"
|
|
checksum=158a22dc9c11645817596322e2516701f0d49e40f1892ddc8832afd26221c5c3
|
|
long_desc="
|
|
UPnP DLNA is a small utility library that aims to ease the DLNA-related tasks
|
|
such as media profile guessing, transcoding to a given profile, etc."
|
|
|
|
gupnp-dlna-devel_package() {
|
|
depends="gst-plugins-base1-devel ${sourcepkg}>=${version}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/share/gtk-doc
|
|
vmove usr/share/gir-1.0
|
|
vmove usr/share/vala
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|
|
|
|
gupnp-dlna_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|