wok-next view spicview/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="spicview"
4 VERSION="git20180607" # no releases there
5 COMMIT="c1334be"
6 CATEGORY="x-window"
7 SHORT_DESC="SPicView - lightweight image viewer for SDE project"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="GPL2"
10 WEB_SITE="https://github.com/sde-gui/spicview"
11 # https://sde-gui.github.io/spicview/
13 TARBALL="$PACKAGE-$VERSION.tar.gz"
14 WGET_URL="https://github.com/sde-gui/spicview/archive/$COMMIT.tar.gz"
16 BUILD_DEPENDS="automake libtool gettext-dev glib-dev intltool gtk2-dev \
17 gdk-pixbuf-dev libjpeg-turbo-dev libsmfm-gtk-dev libsmfm-core-dev"
19 compile_rules() {
20 # hardcoded to use automake-1.11 ... 1.15, but we have automake-1.16 only
21 sed -i 's|1\.15|1.16|' autogen.sh
23 ./autogen.sh &&
24 ./configure $CONFIGURE_ARGS &&
25 fix libtool &&
26 make &&
27 make install
28 }
30 genpkg_rules() {
31 copy @std
32 DEPENDS="libcairo gdk-pixbuf glib gtk2 libjpeg-turbo libsmfm-core libsmfm-gtk \
33 pango"
34 }