wok-next view geeqie/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents b8ae7db2d287
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="geeqie"
4 VERSION="1.3"
5 CATEGORY="utilities"
6 SHORT_DESC="A lightweight image browser and viewer"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.geeqie.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="http://www.geeqie.org/$TARBALL"
14 BUILD_DEPENDS="automake gettext intltool lcms2-dev gtk+-dev"
16 compile_rules() {
17 ./autogen.sh \
18 $CONFIGURE_ARGS &&
19 make && make install
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ lcms2 \
25 libjpeg-turbo pango tiff"
26 }