23 lines
674 B
Plaintext
23 lines
674 B
Plaintext
|
# Tanım: Libnotify için bağlayıcı python
|
|||
|
# URL: http://www.galago-project.org/
|
|||
|
# Paketçi: milisarge
|
|||
|
# Gerekler: libnotify python-gtk dbus-glib
|
|||
|
|
|||
|
isim=python-notify
|
|||
|
surum=0.1.1
|
|||
|
devir=1
|
|||
|
|
|||
|
kaynak=(http://www.galago-project.org/files/releases/source/notify-python/notify-python-$surum.tar.gz
|
|||
|
http://downloads.nutyx.org/files/patchs/$isim/python-notify-0.1.1-fix-gtk-symbols-1.patch
|
|||
|
http://downloads.nutyx.org/files/patchs/$isim/libnotify07.patch)
|
|||
|
|
|||
|
derle() {
|
|||
|
cd notify-python-$surum
|
|||
|
patch -p1 < $SRC/libnotify07.patch
|
|||
|
patch -Np1 -i ../python-notify-0.1.1-fix-gtk-symbols-1.patch
|
|||
|
PYTHON=/usr/bin/python2 ./configure --prefix=/usr
|
|||
|
make
|
|||
|
make DESTDIR=$PKG install
|
|||
|
}
|
|||
|
|