talimat 689 B

1234567891011121314151617181920212223
  1. # Description: Libnotify için bağlayıcı python
  2. # URL: http://www.galago-project.org/
  3. # Packager: milisarge
  4. # Depends on: libnotify python-gtk dbus-glib
  5. name=python-notify
  6. version=0.1.1
  7. release=1
  8. source=(http://www.galago-project.org/files/releases/source/notify-python/notify-python-$version.tar.gz
  9. http://downloads.nutyx.org/files/patchs/$name/python-notify-0.1.1-fix-gtk-symbols-1.patch
  10. http://downloads.nutyx.org/files/patchs/$name/libnotify07.patch)
  11. build() {
  12. cd notify-python-$version
  13. patch -p1 < $SRC/libnotify07.patch
  14. patch -Np1 -i ../python-notify-0.1.1-fix-gtk-symbols-1.patch
  15. PYTHON=/usr/bin/python2 ./configure --prefix=/usr
  16. make
  17. make DESTDIR=$PKG install
  18. }