2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Nesneye yönelik bir UPNP çerçevesi
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: http://gupnp.org/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: gssdp util-linux
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=gupnp
|
|
|
|
|
surum=0.20.14
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(http://ftp.gnome.org/pub/gnome/sources/${isim}/${surum%.*}.tar.xz)
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2016-02-24 01:27:23 +01:00
|
|
|
|
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
|
|
|
|
|
}
|