wok diff pyorbit/receipt @ rev 15753
Up: tazpanel (1.7) Bunch of new stuff and fixes. Well done guys :-)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Jan 03 19:00:33 2014 +0100 (2014-01-03) |
parents | 35e8fc6cb131 |
children | 16df76e1fc6a |
line diff
1.1 --- a/pyorbit/receipt Sun Dec 19 19:38:49 2010 +0000 1.2 +++ b/pyorbit/receipt Fri Jan 03 19:00:33 2014 +0100 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Python binding to GNOME ORBit." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="python ORBit2" 1.8 -BUILD_DEPENDS="python-dev ORBit2-dev pkg-config" 1.9 +LICENSE="LGPL2.1" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://www.gnome.org/" 1.12 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 1.13 1.14 +DEPENDS="python ORBit2" 1.15 +BUILD_DEPENDS="python-dev ORBit2-dev pkg-config" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -19,11 +21,11 @@ 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. 1.29 genpkg_rules() 1.30 { 1.31 - cp -a $_pkg/usr $fs 1.32 + cp -a $install/usr $fs 1.33 }