wok-next annotate nathive/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents d43bf7aae921
children d5aab818505e
rev   line source
al@20513 1 # SliTaz package receipt v2.
jozee@2730 2
jozee@2730 3 PACKAGE="nathive"
pascal@13347 4 VERSION="0.924"
jozee@2730 5 CATEGORY="graphics"
al@20513 6 SHORT_DESC="Lightweight image editor"
jozee@2730 7 MAINTAINER="jozee@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
al@20513 9 WEB_SITE="http://www.nathive.org/"
al@20513 10
pascal@13347 11 TARBALL="$PACKAGE-$VERSION.tgz"
pascal@13347 12 WGET_URL="${WEB_SITE}dl/$TARBALL"
jozee@2730 13
al@21017 14 BUILD_DEPENDS="gtk2-dev python-dev coreutils-operations"
pascal@13348 15
al@20513 16 compile_rules() {
pascal@13348 17 sed -i "s|^BASE.*|BASE = $DESTDIR/usr/|;s|nathive.sh|nathive.py|" makefile
al@21017 18
pascal@13348 19 make install
jozee@2730 20 }
jozee@2730 21
al@20513 22 genpkg_rules() {
al@20513 23 copy @std
al@21017 24 DEPENDS="gtk2 python"
al@20513 25 TAGS="image photo editor"
jozee@2730 26 }