wok-next annotate mate-menu/receipt @ rev 21687

updated glpi (0.80.7 -> 9.4.6)
author Hans-G?nter Theisgen
date Mon Jun 29 17:11:21 2020 +0100 (2020-06-29)
parents 9102678083fb
children
rev   line source
al@20106 1 # SliTaz package receipt v2.
al@20106 2
al@20106 3 PACKAGE="mate-menu"
al@20938 4 VERSION="18.04.3"
al@20106 5 CATEGORY="x-window"
al@20106 6 SHORT_DESC="An Advanced Menu for the MATE Desktop"
al@20106 7 MAINTAINER="al.bobylev@gmail.com"
al@20106 8 LICENSE="GPL2"
al@20106 9 WEB_SITE="https://github.com/ubuntu-mate/mate-menu"
al@20106 10
al@20106 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20106 12 WGET_URL="https://github.com/ubuntu-mate/mate-menu/archive/$VERSION.tar.gz"
al@20106 13
al@20106 14 BUILD_DEPENDS="python-distutils-extra intltool file"
al@20106 15
al@20106 16 compile_rules() {
al@21020 17 python -B setup.py install --root=$install
al@20106 18 }
al@20106 19
al@20106 20 genpkg_rules() {
al@20106 21 copy @std *.mo
al@20106 22 DEPENDS="python" # FIXME Python deps...
al@20106 23 TAGS="MATE Ubuntu menu GUI"
al@20106 24 }