#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com #Former: Nigel Bosch pkgname=libupnp pkgver=1.6.13 pkgrel=1 zenver=72 arch=i486 source=("http://voxel.dl.sourceforge.net/sourceforge/pupnp/libupnp-$pkgver.tar.bz2") docs=("changelog" "license" "news" "readme" "thanks" "todo") url=http://pupnp.sf.net sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname/ slackdesc=\ ( #|-----handy-ruler-----------------------------------------------------| "$pkgname - API for UPnP programming" "The portable SDK for UPnP# Devices (libupnp) provides developers with" "an API and open source code for building control points, devices, and" "bridges that are compliant with Version 1.0 of the Universal Plug and" "Play Device Architecture Specification and support several operating" "systems like Linux, *BSD, Solaris and others." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }