wok-next view geeqie/receipt @ rev 20790

1. update also pinentry-gtk to new version 2. add to both fltk-dev so fltk-config is found 3. I want to force also a build to see if it really builds OKish here (see wok-build)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 11:23:42 2018 +0000 (2018-06-09)
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 }