wok-next view geeqie/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents 82b613cfd1e0
children 4cb9158910ec
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-dev intltool lcms2-dev gtk2-dev \
15 libjpeg-turbo-dev tiff-dev"
17 compile_rules() {
18 ./autogen.sh \
19 $CONFIGURE_ARGS &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="atk libcairo fontconfig freetype gdk-pixbuf glib gtk2 liblcms2 \
27 libjpeg-turbo pango libtiff"
28 }