19 lines
476 B
Plaintext
Executable File
19 lines
476 B
Plaintext
Executable File
# Tanım: Nesneye yönelik bir UPNP çerçevesi
|
||
# URL: http://gupnp.org/
|
||
# Paketçi: milisarge
|
||
# Gerekler: gssdp util-linux
|
||
|
||
isim=gupnp
|
||
surum=0.20.14
|
||
devir=1
|
||
kaynak=(http://ftp.gnome.org/pub/gnome/sources/${isim}/${surum%.*}.tar.xz)
|
||
|
||
derle() {
|
||
cd $isim-$surum
|
||
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
|
||
}
|