wok-next view 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
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mozo"
4 VERSION="1.18.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Menu editor for MATE using the freedesktop.org menu specification"
7 MAINTAINER="yuripourre@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://github.com/mate-desktop/mozo"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/mate-desktop/mozo/archive/v$VERSION.tar.gz"
14 BUILD_DEPENDS="mate-common mate-menus-dev pygobject3-dev"
16 compile_rules() {
17 ./autogen.sh \
18 $CONFIGURE_ARGS &&
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="python mate-menus gtk+3-dev pygobject3"
26 TAGS="MATE"
27 }