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

Close the chain: python and python3 both have upgradeable setuptools and pip
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Sep 23 04:37:56 2018 +0300 (2018-09-23)
parents 757d032c55c7
children d5aab818505e
rev   line source
al@20096 1 # SliTaz package receipt v2.
yuripourre@16945 2
yuripourre@16945 3 PACKAGE="mate-common"
al@20938 4 VERSION="1.20.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 \
yuripourre@16945 18 $CONFIGURE_ARGS &&
yuripourre@16945 19 make &&
al@20096 20 make install
yuripourre@16945 21 }
yuripourre@16945 22
al@20096 23 genpkg_rules() {
al@20096 24 copy @std @dev
al@20096 25 DEPENDS="automake libtool gettext intltool"
al@20096 26 TAGS="MATE"
yuripourre@16945 27 }