wok diff notify-python/receipt @ rev 11189
Up: parted to 3.0.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Nov 03 01:20:15 2011 +0000 (2011-11-03) |
parents | ad786a87b22e |
children | 3765f181a6d5 |
line diff
1.1 --- a/notify-python/receipt Tue Mar 01 16:28:33 2011 +0100 1.2 +++ b/notify-python/receipt Thu Nov 03 01:20:15 2011 +0000 1.3 @@ -5,13 +5,14 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Python binding to libnotify" 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="python libnotify" 1.8 -BUILD_DEPENDS="python-dev libnotify-dev pygtk pygtk-dev" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://www.galago-project.org/" 1.11 WGET_URL="http://www.galago-project.org/files/releases/source/notify-python/$TARBALL" 1.12 TAGS="python" 1.13 1.14 +DEPENDS="python libnotify" 1.15 +BUILD_DEPENDS="python-dev libnotify-dev pygtk pygtk-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -20,7 +21,7 @@ 1.21 --prefix=/usr \ 1.22 $CONFIGURE_ARGS && 1.23 make && 1.24 - make DESTDIR=$PWD/_pkg install 1.25 + make DESTDIR=$DESTDIR install 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg.