wok view nathive/receipt @ rev 14136

xfce4-notifyd, xfce4-volumed: move from undigest wok
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 01 13:56:11 2013 +0000 (2013-03-01)
parents c10e7f955563
children 2b9f96603415
line source
1 # SliTaz package receipt.
3 PACKAGE="nathive"
4 VERSION="0.924"
5 CATEGORY="graphics"
6 SHORT_DESC="lightweight image editor"
7 MAINTAINER="jozee@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tgz"
9 WEB_SITE="http://www.nathive.org/"
10 WGET_URL="${WEB_SITE}dl/$TARBALL"
11 TAGS="image photo editor"
13 DEPENDS="gtk+ python"
14 BUILD_DEPENDS="pkg-config gtk+-dev python-dev coreutils-operations"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 sed -i "s|^BASE.*|BASE = $DESTDIR/usr/|;s|nathive.sh|nathive.py|" makefile
21 make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }