wok-next annotate mozo/receipt @ rev 20273

remove samba-pam
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 08 10:06:19 2017 +0100 (2017-11-08)
parents 7b6345f8a12a
children 757d032c55c7
rev   line source
al@20096 1 # SliTaz package receipt v2.
yuripourre@18502 2
yuripourre@18502 3 PACKAGE="mozo"
al@20096 4 VERSION="1.18.0"
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@20096 14 BUILD_DEPENDS="mate-common mate-menus-dev pygobject3-dev"
yuripourre@18502 15
al@20096 16 compile_rules() {
al@20096 17 ./autogen.sh \
al@20096 18 --sysconfdir=/etc \
al@20096 19 --localstatedir=/var \
yuripourre@18502 20 $CONFIGURE_ARGS &&
yuripourre@18502 21 make &&
al@20096 22 make install
yuripourre@18502 23 }
yuripourre@18502 24
al@20096 25 genpkg_rules() {
al@20096 26 copy @std
al@20096 27 DEPENDS="python mate-menus gtk+3-dev pygobject3"
al@20096 28 TAGS="MATE"
yuripourre@18502 29 }