wok-next annotate mozo/receipt @ rev 21457

updated sshfs-fuse (3.3.1 -> 3.7.0)
author Hans-G?nter Theisgen
date Thu May 07 14:36:33 2020 +0100 (2020-05-07)
parents 9102678083fb
children
rev   line source
al@20096 1 # SliTaz package receipt v2.
yuripourre@18502 2
yuripourre@18502 3 PACKAGE="mozo"
al@20938 4 VERSION="1.20.1"
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@20931 14 BUILD_DEPENDS="mate-common mate-menus-dev python-pygobject-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@21017 25 DEPENDS="python mate-menus gtk3-dev python-pygobject"
al@20096 26 TAGS="MATE"
yuripourre@18502 27 }