wok-next diff mate-menu/receipt @ rev 20597
lostirc: typo, `install -D` is enough.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Apr 16 22:03:47 2018 +0300 (2018-04-16) |
parents | |
children | 9102678083fb |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mate-menu/receipt Mon Apr 16 22:03:47 2018 +0300 1.3 @@ -0,0 +1,24 @@ 1.4 +# SliTaz package receipt v2. 1.5 + 1.6 +PACKAGE="mate-menu" 1.7 +VERSION="17.10.8" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="An Advanced Menu for the MATE Desktop" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="GPL2" 1.12 +WEB_SITE="https://github.com/ubuntu-mate/mate-menu" 1.13 + 1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 +WGET_URL="https://github.com/ubuntu-mate/mate-menu/archive/$VERSION.tar.gz" 1.16 + 1.17 +BUILD_DEPENDS="python-distutils-extra intltool file" 1.18 + 1.19 +compile_rules() { 1.20 + python setup.py install --root=$install 1.21 +} 1.22 + 1.23 +genpkg_rules() { 1.24 + copy @std *.mo 1.25 + DEPENDS="python" # FIXME Python deps... 1.26 + TAGS="MATE Ubuntu menu GUI" 1.27 +}