milis/talimatname/genel/gupnp/talimat

19 lines
510 B
Text
Raw Normal View History

2017-03-24 15:15:10 +02:00
# Description: Nesneye yönelik bir UPNP çerçevesi
2016-02-24 02:27:23 +02:00
# URL: http://gupnp.org/
2017-01-31 03:37:09 +03:00
# Packager: milisarge
# Depends on: gssdp util-linux
2016-02-24 02:27:23 +02:00
name=gupnp
version=0.20.14
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/${name}/${version%.*}/${name}-${version}.tar.xz)
build() {
cd $name-$version
sed -i '1s|^#!.*python$|&2|' tools/gupnp-binding-tool
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--disable-static --with-context-manager=linux
make
make DESTDIR=$PKG install
}