wok diff notify-python/receipt @ rev 14773

Up musl-libc (0.9.11)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jun 30 10:13:50 2013 +0200 (2013-06-30)
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	Sun Jun 30 10:13:50 2013 +0200
     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.