wok-next annotate nathive/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | f48456621a9d |
children |
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" |
al@21020 | 7 MAINTAINER="devel@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() { |
al@21020 | 17 sed -i "s|^BASE.*|BASE = $install/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 } |