wok-next annotate engrampa/receipt @ rev 20335

Up openttd (1.7.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 16 18:27:48 2017 +0100 (2017-11-16)
parents 6fab3264ba87
children 93930f418ffb
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@20096 14 BUILD_DEPENDS="mate-common yelp-tools gtk+3-dev caja-dev json-glib-dev itstool"
al@20096 15 SPLIT="engrampa-dev"
yuripourre@16986 16
al@20096 17 compile_rules() {
al@20096 18 ./autogen.sh \
al@20096 19 --sysconfdir=/etc \
al@20096 20 --localstatedir=/var \
al@20096 21 \
al@20096 22 --disable-packagekit \
yuripourre@16986 23 $CONFIGURE_ARGS &&
yuripourre@16986 24 make &&
al@20096 25 make install
yuripourre@16986 26 }
yuripourre@16986 27
al@20096 28 genpkg_rules() {
al@20096 29 case $PACKAGE in
al@20096 30 engrampa)
al@20096 31 copy @std
al@20096 32 DEPENDS="atk bzlib cairo caja fontconfig freetype gdk-pixbuf glib \
al@20096 33 gtk+3 json-glib libffi libharfbuzz liblzma libpng16 libxml2 pango \
al@20096 34 pcre util-linux-blkid util-linux-mount util-linux-uuid xorg-libX11 \
al@20096 35 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXrender xorg-libxcb \
al@20096 36 xorg-pixman zlib"
al@20096 37 SUGGESTED="unrar unace p7zip zip"
al@20096 38 ;;
al@20096 39 *-dev)
al@20096 40 copy @dev
al@20096 41 DEPENDS="engrampa atk-dev bzip2-dev cairo-dev caja-dev \
al@20096 42 fontconfig-dev freetype-dev gdk-pixbuf-dev glib-dev gtk+3-dev \
al@20096 43 harfbuzz-dev libffi-dev libpng16-dev libxml2-dev pango-dev \
al@20096 44 pcre-dev util-linux-blkid-dev util-linux-mount-dev \
al@20096 45 util-linux-uuid-dev xorg-libX11-dev xorg-libXau-dev \
al@20096 46 xorg-libXdmcp-dev xorg-libXext-dev xorg-libXrender-dev \
al@20096 47 xorg-libxcb-dev xorg-pixman-dev xz-dev zlib-dev"
al@20096 48 ;;
al@20096 49 esac
al@20096 50 TAGS="MATE"
yuripourre@16986 51 }