wok view python-notify/receipt @ rev 9195

busybox: add conspy fix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 09 22:01:54 2011 +0100 (2011-03-09)
parents 1a1429326305
children
line source
1 # SliTaz package receipt.
3 PACKAGE="python-notify"
4 VERSION="0.1.1"
5 CATEGORY="development"
6 SHORT_DESC="Python bindings for libnotify."
7 MAINTAINER="slaxemulator@gmail.com"
8 DEPENDS="libnotify pygtk"
9 BUILD_DEPENDS="libnotify-dev pygtk-dev python-dev pkg-config"
10 SOURCE="notify-python"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WEB_SITE="http://www.galago-project.org/"
13 WGET_URL="http://www.galago-project.org/files/releases/source/$SOURCE/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure &&
20 make && make -j1 DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $_pkg/usr $fs
27 }