milis/talimatname/genel/libupnp/talimat

22 lines
438 B
Plaintext
Raw Normal View History

2016-05-17 21:38:48 +02:00
# Description: An Portable Open Source UPnP Development Kit.
# URL: http://pupnp.sourceforge.net/
# Packager: milisarge
name=libupnp
version=1.6.19
release=1
source=(http://downloads.sourceforge.net/project/pupnp/pupnp/libUPnP%20$version/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-static \
--disable-dependency-tracking
make
make DESTDIR=$PKG install
}