# Contributor: Marvin Steadfast # Maintainer: Marvin Steadfast pkgname=libupnpp pkgver=0.16.0 pkgrel=1 pkgdesc="a C++ wrapper for libupnp" url="https://opensourceprojects.eu/p/libupnpp" arch="all" license="LGPL2+" options="!check" depends="" makedepends="curl-dev expat-dev libupnp-dev" install="" subpackages="$pkgname-dev" source="libupnpp-$pkgver.tar.gz::http://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-$pkgver.tar.gz" builddir="$srcdir/libupnpp-$pkgver" build() { cd "$builddir" ./configure --prefix=/usr make } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="f566751bb7e7742c060d3238ca02b7fddd9b963256c2589e434a21db77be719758992f92a3b42480cb00da09d4ee0bb15f8634c9706eb6f2b738f001c0d81ce0 libupnpp-0.16.0.tar.gz"