wok-next annotate engrampa/receipt @ rev 20460
Tiny edits
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Mar 03 17:38:00 2018 +0200 (2018-03-03) |
parents | 65c0fe17f3b9 |
children | 757d032c55c7 |
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" |
al@20096 | 16 SPLIT="engrampa-dev" |
yuripourre@16986 | 17 |
al@20096 | 18 compile_rules() { |
al@20096 | 19 ./autogen.sh \ |
al@20096 | 20 --sysconfdir=/etc \ |
al@20096 | 21 --localstatedir=/var \ |
al@20096 | 22 \ |
al@20096 | 23 --disable-packagekit \ |
yuripourre@16986 | 24 $CONFIGURE_ARGS && |
yuripourre@16986 | 25 make && |
al@20096 | 26 make install |
yuripourre@16986 | 27 } |
yuripourre@16986 | 28 |
al@20096 | 29 genpkg_rules() { |
al@20096 | 30 case $PACKAGE in |
al@20096 | 31 engrampa) |
al@20096 | 32 copy @std |
al@20096 | 33 DEPENDS="atk bzlib cairo caja fontconfig freetype gdk-pixbuf glib \ |
al@20096 | 34 gtk+3 json-glib libffi libharfbuzz liblzma libpng16 libxml2 pango \ |
al@20096 | 35 pcre util-linux-blkid util-linux-mount util-linux-uuid xorg-libX11 \ |
al@20096 | 36 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXrender xorg-libxcb \ |
al@20096 | 37 xorg-pixman zlib" |
al@20096 | 38 SUGGESTED="unrar unace p7zip zip" |
al@20096 | 39 ;; |
al@20096 | 40 *-dev) |
al@20096 | 41 copy @dev |
al@20096 | 42 DEPENDS="engrampa atk-dev bzip2-dev cairo-dev caja-dev \ |
al@20096 | 43 fontconfig-dev freetype-dev gdk-pixbuf-dev glib-dev gtk+3-dev \ |
al@20096 | 44 harfbuzz-dev libffi-dev libpng16-dev libxml2-dev pango-dev \ |
al@20096 | 45 pcre-dev util-linux-blkid-dev util-linux-mount-dev \ |
al@20096 | 46 util-linux-uuid-dev xorg-libX11-dev xorg-libXau-dev \ |
al@20096 | 47 xorg-libXdmcp-dev xorg-libXext-dev xorg-libXrender-dev \ |
al@20096 | 48 xorg-libxcb-dev xorg-pixman-dev xz-dev zlib-dev" |
al@20096 | 49 ;; |
al@20096 | 50 esac |
al@20096 | 51 TAGS="MATE" |
yuripourre@16986 | 52 } |