wok diff python-notify/receipt @ rev 8187

imported patch toolchain/glibc-extra-samba.patch
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Jan 27 00:20:50 2011 +0100 (2011-01-27)
parents
children 79deaee814c4
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-notify/receipt	Thu Jan 27 00:20:50 2011 +0100
     1.3 @@ -0,0 +1,32 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="python-notify"
     1.7 +VERSION="0.1.1"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Python bindings for libnotify."
    1.10 +MAINTAINER="slaxemulator@gmail.com"
    1.11 +DEPENDS="libnotify pygtk"
    1.12 +BUILD_DEPENDS="libnotify-dev pygtk-dev python-dev pkg-config"
    1.13 +SOURCE="notify-python"
    1.14 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.15 +WEB_SITE="http://www.galago-project.org/"
    1.16 +WGET_URL="http://www.galago-project.org/files/releases/source/$SOURCE/$TARBALL"
    1.17 +
    1.18 +# Rules to configure and make the package.
    1.19 +compile_rules()
    1.20 +{
    1.21 +	cd $src
    1.22 +	./configure \
    1.23 +		--prefix=/usr \
    1.24 +		--infodir=/usr/share/info \
    1.25 +		--mandir=/usr/share/man \
    1.26 +		$CONFIGURE_ARGS &&
    1.27 +	make && make DESTDIR=$PWD/_pkg install
    1.28 +}
    1.29 +
    1.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 +genpkg_rules()
    1.32 +{
    1.33 +	cp -a $_pkg/usr $fs
    1.34 +}
    1.35 +