wok-next annotate nathive/receipt @ rev 20709
cdrdao: add patch.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat May 26 17:09:29 2018 +0300 (2018-05-26) |
parents | 2b9f96603415 |
children | f48456621a9d |
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@20513 | 14 BUILD_DEPENDS="gtk+-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 |
pascal@13348 | 18 make install |
jozee@2730 | 19 } |
jozee@2730 | 20 |
al@20513 | 21 genpkg_rules() { |
al@20513 | 22 copy @std |
al@20513 | 23 DEPENDS="gtk+ python" |
al@20513 | 24 TAGS="image photo editor" |
jozee@2730 | 25 } |