wok-next view gpicview/receipt @ rev 20762

Add leanify
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 05 17:27:09 2018 +0300 (2018-06-05)
parents c4e53a39395a
children 91196fd023de
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gpicview"
4 VERSION="0.2.5"
5 CATEGORY="graphics"
6 SHORT_DESC="Lightweight image viewer"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://wiki.lxde.org/en/GPicView"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxde/gpicview.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
15 BUILD_DEPENDS="intltool gtk+-dev"
17 compile_rules() {
18 sed -i 's|Utility;||' gpicview.desktop.in
20 ./configure $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 # skip pixmaps and icons (found in the icon theme)
28 copy bin/ *.desktop *.ui
29 DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ libjpeg-turbo \
30 pango xorg-libX11"
31 TAGS="LXDE"
32 }