diff options
author | sibel <lesibel@free.fr> | 2010-12-29 14:18:24 +0000 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-12-29 14:18:24 +0000 |
commit | b7f5dba8edcb470d18b3d097be88ba14a12dd166 (patch) | |
tree | 8d98d6e4beafbdf831f47fa902ff74673bafd35d /extra/python-notify/Pkgfile | |
parent | a39bcbb6a1f98e79a51252a84c8c9678bbcfb4c8 (diff) | |
download | nutyx-pakxe-b7f5dba8edcb470d18b3d097be88ba14a12dd166.tar.gz nutyx-pakxe-b7f5dba8edcb470d18b3d097be88ba14a12dd166.tar.bz2 nutyx-pakxe-b7f5dba8edcb470d18b3d097be88ba14a12dd166.tar.xz nutyx-pakxe-b7f5dba8edcb470d18b3d097be88ba14a12dd166.zip |
python-notify#0.1.1-1, maj python
Diffstat (limited to 'extra/python-notify/Pkgfile')
-rw-r--r-- | extra/python-notify/Pkgfile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/extra/python-notify/Pkgfile b/extra/python-notify/Pkgfile index c721c8e31..d2cdb9076 100644 --- a/extra/python-notify/Pkgfile +++ b/extra/python-notify/Pkgfile @@ -2,16 +2,19 @@ # URL: http://www.galago-project.org/ # Maintainer: NuTyX packager team # Packager: thierryn1 at hispeed at ch -# Depends on: libnotify, pygtk, dbus-glib +# Depends on: + +#libnotify, pygtk, dbus-glib name=python-notify version=0.1.1 release=1 + source=(http://www.galago-project.org/files/releases/source/notify-python/notify-python-$version.tar.gz) + build() { cd notify-python-$version - ./configure --prefix=/usr - make clean + PYTHON=python2 ./configure --prefix=/usr make make DESTDIR=$PKG install } |