diff options
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 } |