wok-next annotate gpicview/receipt @ rev 19893

Up: gpicview, harfbuzz, libfm-extra, libfm, libwmf, libxklavier, libxml++, libzip, lxappearance, lxlauncher, lxrandr, lxtask, pcmanfm, xarchiver; add: lxhotkey, webkit2gtk, webkitgtk.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Oct 11 21:43:20 2017 +0300 (2017-10-11)
parents aef69ec23a2f
children c4e53a39395a
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"
pankso@16261 10 HOST_ARCH="i486 arm"
pascal@15000 11
al@19814 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19814 13 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
al@19814 14
al@19814 15 BUILD_DEPENDS="intltool gtk+-dev"
pankso@257 16
pankso@257 17 # Rules to configure and make the package.
pankso@257 18 compile_rules()
pankso@257 19 {
al@19814 20 # http://www.linuxfromscratch.org/blfs/view/stable/lxde/gpicview.html
al@19814 21 sed -i 's|Utility;||' gpicview.desktop.in
al@19814 22
pankso@257 23 ./configure \
pascal@2516 24 $CONFIGURE_ARGS &&
pankso@16261 25 make && make install
pankso@257 26 }
pankso@257 27
pankso@257 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@257 29 genpkg_rules()
pankso@257 30 {
al@19814 31 # skip pixmaps and icons (found in the icon theme)
al@19814 32 copy bin/ *.desktop *.ui
al@19814 33 DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ libjpeg-turbo \
al@19814 34 pango xorg-libX11"
al@19814 35 TAGS="LXDE"
pankso@257 36 }