talimat 510 B

12345678910111213141516171819
  1. # Description: Nesneye yönelik bir UPNP çerçevesi
  2. # URL: http://gupnp.org/
  3. # Packager: milisarge
  4. # Depends on: gssdp util-linux
  5. name=gupnp
  6. version=0.20.14
  7. release=1
  8. source=(http://ftp.gnome.org/pub/gnome/sources/${name}/${version%.*}/${name}-${version}.tar.xz)
  9. build() {
  10. cd $name-$version
  11. sed -i '1s|^#!.*python$|&2|' tools/gupnp-binding-tool
  12. ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
  13. --disable-static --with-context-manager=linux
  14. make
  15. make DESTDIR=$PKG install
  16. }