wok-next annotate engrampa/receipt @ rev 20907

slitaz-base-files: set correct SLITAZ_ARCH in slitaz.conf (affected x86_64) - thanks shann
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 10 15:39:58 2018 +0300 (2018-08-10)
parents 757d032c55c7
children 9102678083fb
rev   line source
al@20096 1 # SliTaz package receipt v2.
yuripourre@16986 2
yuripourre@16986 3 PACKAGE="engrampa"
al@20096 4 VERSION="1.18.2"
yuripourre@16986 5 CATEGORY="utilities"
al@20096 6 SHORT_DESC="A file archiver for MATE"
yuripourre@16986 7 MAINTAINER="yuripourre@gmail.com"
al@20096 8 LICENSE="GPL2"
al@20096 9 WEB_SITE="https://github.com/mate-desktop/engrampa"
al@20096 10
yuripourre@16986 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20096 12 WGET_URL="https://github.com/mate-desktop/engrampa/archive/v$VERSION.tar.gz"
yuripourre@16986 13
al@20460 14 BUILD_DEPENDS="mate-common yelp-tools gtk+3-dev caja-dev json-glib-dev itstool \
al@20460 15 xorg-libSM-dev"
yuripourre@16986 16
al@20096 17 compile_rules() {
al@20096 18 ./autogen.sh \
al@20096 19 --disable-packagekit \
yuripourre@16986 20 $CONFIGURE_ARGS &&
al@20534 21 fix libtool &&
yuripourre@16986 22 make &&
al@20096 23 make install
yuripourre@16986 24 }
yuripourre@16986 25
al@20096 26 genpkg_rules() {
al@20547 27 copy @std
al@20547 28 DEPENDS="cairo caja gdk-pixbuf glib gtk+3 json-glib pango"
al@20547 29 SUGGESTED="unrar unace p7zip zip"
al@20096 30 TAGS="MATE"
yuripourre@16986 31 }