wok-next annotate mate-terminal/receipt @ rev 20273

remove samba-pam
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 08 10:06:19 2017 +0100 (2017-11-08)
parents d6ca18366f41
children b278b2018965
rev   line source
al@20096 1 # SliTaz package receipt v2.
yuripourre@16950 2
yuripourre@16950 3 PACKAGE="mate-terminal"
al@20096 4 VERSION="1.18.1"
al@20096 5 CATEGORY="system-tools"
al@20096 6 SHORT_DESC="The MATE Terminal Emulator"
al@20096 7 MAINTAINER="yuripourre@gmail.com"
yuripourre@16950 8 LICENSE="GPL3"
al@20096 9 WEB_SITE="https://github.com/mate-desktop/mate-terminal"
al@20096 10
yuripourre@16950 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20096 12 WGET_URL="https://github.com/mate-desktop/mate-terminal/archive/v$VERSION.tar.gz"
yuripourre@16950 13
al@20096 14 BUILD_DEPENDS="mate-common yelp-tools vte-dev gtk+3-dev dconf-dev \
al@20096 15 xorg-libX11-dev itstool"
al@20096 16
al@20096 17 compile_rules() {
al@20096 18 ./autogen.sh \
al@20096 19 --sysconfdir=/etc \
al@20096 20 --localstatedir=/var \
yuripourre@16950 21 $CONFIGURE_ARGS &&
yuripourre@16950 22 make &&
al@20096 23 make install
yuripourre@16950 24 }
yuripourre@16950 25
al@20096 26 genpkg_rules() {
al@20096 27 copy @std
al@20096 28 DEPENDS="atk bzlib cairo dconf fontconfig freetype gdk-pixbuf glib gmp \
al@20096 29 gtk+3 libffi libgnutls libharfbuzz libidn liblzma libpng16 libtasn1 \
al@20096 30 libunistring libxml2 nettle p11-kit pango pcre pcre2 util-linux-blkid \
al@20096 31 util-linux-mount util-linux-uuid vte xorg-libICE xorg-libSM xorg-libX11 \
al@20096 32 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXrender xorg-libxcb \
al@20096 33 xorg-pixman zlib"
al@20096 34 TAGS="MATE"
yuripourre@16950 35 }