wok-next annotate geeqie/receipt @ rev 19883

Up geeqie, lxterminal, xcursor-aero, xcursor-comix, xcursor-human, xcursor-obsidian.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Oct 06 17:00:35 2017 +0300 (2017-10-06)
parents b8ae7db2d287
children f48456621a9d
rev   line source
al@19883 1 # SliTaz package receipt v2.
devl547@5249 2
devl547@5249 3 PACKAGE="geeqie"
al@19883 4 VERSION="1.3"
devl547@5693 5 CATEGORY="utilities"
al@19883 6 SHORT_DESC="A lightweight image browser and viewer"
devl547@5249 7 MAINTAINER="devl547@gmail.com"
pascal@15201 8 LICENSE="GPL2"
al@19883 9 WEB_SITE="http://www.geeqie.org/"
pascal@15074 10
al@19883 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19883 12 WGET_URL="http://www.geeqie.org/$TARBALL"
devl547@5249 13
al@19883 14 BUILD_DEPENDS="automake gettext intltool lcms2-dev gtk+-dev"
al@19883 15
al@19883 16 compile_rules() {
al@19883 17 ./autogen.sh \
al@19883 18 $CONFIGURE_ARGS &&
al@19883 19 make && make install
devl547@5249 20 }
devl547@5249 21
al@19883 22 genpkg_rules() {
al@19883 23 copy @std
al@19883 24 DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ lcms2 \
al@19883 25 libjpeg-turbo pango tiff"
devl547@5249 26 }