wok-next view gpicview/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents f48456621a9d
children 5669e8b3be70
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="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://wiki.lxde.org/en/GPicView"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxde/gpicview.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
15 BUILD_DEPENDS="intltool gtk2-dev libjpeg-turbo-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="cairo gdk-pixbuf glib gtk2 libjpeg-turbo xorg-libX11"
30 TAGS="LXDE"
31 }