wok-next view nathive/receipt @ rev 20693

firefox-official: combine, update to 59.0.3.
Updating to 60.0.1 leaves me without sound in YouTube and SoundCloud.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed May 23 00:32:00 2018 +0300 (2018-05-23)
parents 2b9f96603415
children f48456621a9d
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="jozee@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="gtk+-dev python-dev coreutils-operations"
16 compile_rules() {
17 sed -i "s|^BASE.*|BASE = $DESTDIR/usr/|;s|nathive.sh|nathive.py|" makefile
18 make install
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="gtk+ python"
24 TAGS="image photo editor"
25 }