wok-next view 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
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mate-common"
4 VERSION="1.20.0"
5 CATEGORY="development"
6 SHORT_DESC="Common scripts and macros to develop with MATE"
7 MAINTAINER="yuripourre@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://github.com/mate-desktop/mate-common"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/mate-desktop/mate-common/archive/v$VERSION.tar.gz"
14 BUILD_DEPENDS="automake"
16 compile_rules() {
17 ./autogen.sh \
18 $CONFIGURE_ARGS &&
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 copy @std @dev
25 DEPENDS="automake libtool gettext-dev intltool"
26 TAGS="MATE"
27 }