wok-next view nathive/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents f48456621a9d
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="nathive"
4 VERSION="0.924"
5 CATEGORY="graphics"
6 SHORT_DESC="Lightweight image editor"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.nathive.org/"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WGET_URL="${WEB_SITE}dl/$TARBALL"
14 BUILD_DEPENDS="gtk2-dev python-dev coreutils-operations"
16 compile_rules() {
17 sed -i "s|^BASE.*|BASE = $install/usr/|; s|nathive.sh|nathive.py|" makefile
19 make install
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="gtk2 python"
25 TAGS="image photo editor"
26 }