wok-next annotate gpicview/receipt @ rev 20507

mesa: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 16 12:33:45 2018 +0100 (2018-03-16)
parents 60bd4df08f57
children d3444352a0af
rev   line source
al@19814 1 # SliTaz package receipt v2.
pankso@257 2
pankso@257 3 PACKAGE="gpicview"
al@19814 4 VERSION="0.2.5"
pankso@257 5 CATEGORY="graphics"
al@17992 6 SHORT_DESC="Lightweight image viewer"
pankso@257 7 MAINTAINER="pankso@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@19893 9 WEB_SITE="https://wiki.lxde.org/en/GPicView"
pascal@15000 10
al@19814 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19814 12 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
al@19814 13
al@19814 14 BUILD_DEPENDS="intltool gtk+-dev"
pankso@257 15
pankso@257 16 # Rules to configure and make the package.
pankso@257 17 compile_rules()
pankso@257 18 {
al@19814 19 # http://www.linuxfromscratch.org/blfs/view/stable/lxde/gpicview.html
al@19814 20 sed -i 's|Utility;||' gpicview.desktop.in
al@19814 21
pankso@257 22 ./configure \
pascal@2516 23 $CONFIGURE_ARGS &&
pankso@16261 24 make && make install
pankso@257 25 }
pankso@257 26
pankso@257 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@257 28 genpkg_rules()
pankso@257 29 {
al@19814 30 # skip pixmaps and icons (found in the icon theme)
al@19814 31 copy bin/ *.desktop *.ui
al@19814 32 DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ libjpeg-turbo \
al@19814 33 pango xorg-libX11"
al@19814 34 TAGS="LXDE"
pankso@257 35 }