gupnp-igd: update to 0.1.11.

This commit is contained in:
Juan RP 2011-10-02 23:55:48 +02:00
parent 59b0efe6a4
commit 2750905ef8
2 changed files with 10 additions and 12 deletions

View file

@ -5,19 +5,14 @@ long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
Add_dependency run pkg-config
Add_dependency run glib-devel
Add_dependency run libxml2-devel
Add_dependency run libsoup-devel
Add_dependency run gssdp-devel
Add_dependency run gupnp-devel
Add_dependency run gupnp-igd
do_install()
{
install -d ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/{include,share} ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/*.a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
vmove usr/include usr
vmove usr/share usr
vmove usr/lib/pkgconfig usr/lib
}

View file

@ -1,15 +1,18 @@
# Template file for 'gupnp-igd'
pkgname=gupnp-igd
version=0.1.7
distfiles="http://gupnp.org/sites/all/files/sources/$pkgname-$version.tar.gz"
version=0.1.11
homepage="http://gupnp.org"
distfiles="${GNOME_SITE}/$pkgname/0.1/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--disable-python"
configure_args="--disable-python --disable-static"
short_desc="Library to handle UPnP IGD port mapping"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=c1d80ed20081992fabe70331f02efe9435bbfcc79287676121a855fea6561bf6
license="LGPL-2.1"
checksum=bb12eed910d5ede08c4e83a611a019567619bf3f18f03b65cca9b970863376cd
long_desc="
GUPNP-igd is is a library to handle UPnP IGD port mapping."
disable_parallel_build=yes
subpackages="$pkgname-devel"
Add_dependency run glibc