wok-next view gpicview/receipt @ rev 20070
qtwebkit, mesa-demos: up compile_rules / (b)deps
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Wed Oct 25 00:02:43 2017 +0200 (2017-10-25) |
parents | aef69ec23a2f |
children | c4e53a39395a |
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 HOST_ARCH="i486 arm"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
15 BUILD_DEPENDS="intltool gtk+-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 # http://www.linuxfromscratch.org/blfs/view/stable/lxde/gpicview.html
21 sed -i 's|Utility;||' gpicview.desktop.in
23 ./configure \
24 $CONFIGURE_ARGS &&
25 make && make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 # skip pixmaps and icons (found in the icon theme)
32 copy bin/ *.desktop *.ui
33 DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ libjpeg-turbo \
34 pango xorg-libX11"
35 TAGS="LXDE"
36 }