wok-next view engrampa/receipt @ rev 20790

1. update also pinentry-gtk to new version 2. add to both fltk-dev so fltk-config is found 3. I want to force also a build to see if it really builds OKish here (see wok-build)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 11:23:42 2018 +0000 (2018-06-09)
parents 757d032c55c7
children 9102678083fb
line source
1 # SliTaz package receipt v2.
3 PACKAGE="engrampa"
4 VERSION="1.18.2"
5 CATEGORY="utilities"
6 SHORT_DESC="A file archiver for MATE"
7 MAINTAINER="yuripourre@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/mate-desktop/engrampa"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/mate-desktop/engrampa/archive/v$VERSION.tar.gz"
14 BUILD_DEPENDS="mate-common yelp-tools gtk+3-dev caja-dev json-glib-dev itstool \
15 xorg-libSM-dev"
17 compile_rules() {
18 ./autogen.sh \
19 --disable-packagekit \
20 $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="cairo caja gdk-pixbuf glib gtk+3 json-glib pango"
29 SUGGESTED="unrar unace p7zip zip"
30 TAGS="MATE"
31 }