wok-next annotate mate-common/receipt @ rev 20096

Move existing MATE receipts to mate116/stuff (for those who need to update them to v.1.16 w/GTK+2). Update/add whole MATE desktop to current stable v.1.18.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Oct 28 17:50:52 2017 +0300 (2017-10-28)
parents b3372388a986
children 757d032c55c7
rev   line source
al@20096 1 # SliTaz package receipt v2.
yuripourre@16945 2
yuripourre@16945 3 PACKAGE="mate-common"
al@20096 4 VERSION="1.18.0"
al@20096 5 CATEGORY="development"
al@20096 6 SHORT_DESC="Common scripts and macros to develop with MATE"
al@20096 7 MAINTAINER="yuripourre@gmail.com"
yuripourre@16945 8 LICENSE="GPL3"
al@20096 9 WEB_SITE="https://github.com/mate-desktop/mate-common"
al@20096 10
yuripourre@16945 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20096 12 WGET_URL="https://github.com/mate-desktop/mate-common/archive/v$VERSION.tar.gz"
yuripourre@16945 13
al@20096 14 BUILD_DEPENDS="automake"
al@20096 15
al@20096 16 compile_rules() {
al@20096 17 ./autogen.sh \
al@20096 18 --sysconfdir=/etc \
al@20096 19 --localstatedir=/var \
yuripourre@16945 20 $CONFIGURE_ARGS &&
yuripourre@16945 21 make &&
al@20096 22 make install
yuripourre@16945 23 }
yuripourre@16945 24
al@20096 25 genpkg_rules() {
al@20096 26 copy @std @dev
al@20096 27 DEPENDS="automake libtool gettext intltool"
al@20096 28 TAGS="MATE"
yuripourre@16945 29 }