milis/talimatname/genel/g/gupnp/talimat

20 lines
508 B
Plaintext
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Nesneye yönelik bir UPNP çerçevesi
# URL: https://wiki.gnome.org/Projects/GUPnP
# Paketçi: milisarge
# Gerekler: gssdp util-linux
# Grup: ağ
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
}