wok-next view mate-menu/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents
children 9102678083fb
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mate-menu"
4 VERSION="17.10.8"
5 CATEGORY="x-window"
6 SHORT_DESC="An Advanced Menu for the MATE Desktop"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/ubuntu-mate/mate-menu"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/ubuntu-mate/mate-menu/archive/$VERSION.tar.gz"
14 BUILD_DEPENDS="python-distutils-extra intltool file"
16 compile_rules() {
17 python setup.py install --root=$install
18 }
20 genpkg_rules() {
21 copy @std *.mo
22 DEPENDS="python" # FIXME Python deps...
23 TAGS="MATE Ubuntu menu GUI"
24 }