wok-next annotate mozo/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents 65c0fe17f3b9
children de355b69ea82
rev   line source
al@20096 1 # SliTaz package receipt v2.
yuripourre@18502 2
yuripourre@18502 3 PACKAGE="mozo"
al@20096 4 VERSION="1.18.0"
yuripourre@18502 5 CATEGORY="x-window"
al@20096 6 SHORT_DESC="Menu editor for MATE using the freedesktop.org menu specification"
al@20096 7 MAINTAINER="yuripourre@gmail.com"
yuripourre@18502 8 LICENSE="GPL3"
al@20096 9 WEB_SITE="https://github.com/mate-desktop/mozo"
al@20096 10
yuripourre@18502 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20096 12 WGET_URL="https://github.com/mate-desktop/mozo/archive/v$VERSION.tar.gz"
yuripourre@18502 13
al@20096 14 BUILD_DEPENDS="mate-common mate-menus-dev pygobject3-dev"
yuripourre@18502 15
al@20096 16 compile_rules() {
al@20096 17 ./autogen.sh \
yuripourre@18502 18 $CONFIGURE_ARGS &&
yuripourre@18502 19 make &&
al@20096 20 make install
yuripourre@18502 21 }
yuripourre@18502 22
al@20096 23 genpkg_rules() {
al@20096 24 copy @std
al@20096 25 DEPENDS="python mate-menus gtk+3-dev pygobject3"
al@20096 26 TAGS="MATE"
yuripourre@18502 27 }