wok-next annotate engrampa/receipt @ rev 21687

updated glpi (0.80.7 -> 9.4.6)
author Hans-G?nter Theisgen
date Mon Jun 29 17:11:21 2020 +0100 (2020-06-29)
parents 5669e8b3be70
children
rev   line source
al@20096 1 # SliTaz package receipt v2.
yuripourre@16986 2
yuripourre@16986 3 PACKAGE="engrampa"
al@20938 4 VERSION="1.20.1"
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@21020 14 BUILD_DEPENDS="mate-common yelp-tools-dev gtk3-dev caja-dev json-glib-dev \
al@21078 15 itstool libsm-dev"
yuripourre@16986 16
al@21105 17 DEPENDS_std="libcairo caja gdk-pixbuf glib gtk3 json-glib pango"
al@21054 18 SUGGESTED_std="unrar unace p7zip zip"
al@21054 19 TAGS_std="MATE"
al@21054 20
al@20096 21 compile_rules() {
al@20096 22 ./autogen.sh \
al@20096 23 --disable-packagekit \
yuripourre@16986 24 $CONFIGURE_ARGS &&
al@20534 25 fix libtool &&
yuripourre@16986 26 make &&
al@21054 27 make install || return 1
al@21054 28
al@21054 29 fix symlinks
yuripourre@16986 30 }