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

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 9102678083fb
children
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@21020 25 DEPENDS="automake libtool gettext-dev intltool"
al@20096 26 TAGS="MATE"
yuripourre@16945 27 }