wok annotate nathive/receipt @ rev 14310

Up: elementary (1.7.5)
author Dominique Corbex <domcox@slitaz.org>
date Sun Apr 07 10:22:40 2013 +0200 (2013-04-07)
parents c10e7f955563
children 2b9f96603415
rev   line source
jozee@2730 1 # SliTaz package receipt.
jozee@2730 2
jozee@2730 3 PACKAGE="nathive"
pascal@13347 4 VERSION="0.924"
jozee@2730 5 CATEGORY="graphics"
jozee@2730 6 SHORT_DESC="lightweight image editor"
jozee@2730 7 MAINTAINER="jozee@slitaz.org"
pascal@13347 8 TARBALL="$PACKAGE-$VERSION.tgz"
jozee@2730 9 WEB_SITE="http://www.nathive.org/"
pascal@13347 10 WGET_URL="${WEB_SITE}dl/$TARBALL"
jozee@4969 11 TAGS="image photo editor"
jozee@2730 12
pascal@13348 13 DEPENDS="gtk+ python"
pascal@13348 14 BUILD_DEPENDS="pkg-config gtk+-dev python-dev coreutils-operations"
pascal@13348 15
jozee@2730 16 # Rules to configure and make the package.
jozee@2730 17 compile_rules()
jozee@2730 18 {
jozee@2730 19 cd $src
pascal@13348 20 sed -i "s|^BASE.*|BASE = $DESTDIR/usr/|;s|nathive.sh|nathive.py|" makefile
pascal@13348 21 make install
jozee@2730 22 }
jozee@2730 23
jozee@2730 24 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@2730 25 genpkg_rules()
jozee@2730 26 {
pascal@13348 27 cp -a $install/usr $fs
jozee@2730 28 }