wok-next annotate mate116/stuff/mozo/receipt @ rev 20669

vde2: up / fix build
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 11 14:21:30 2018 +0300 (2018-05-11)
parents 65c0fe17f3b9
children de355b69ea82
rev   line source
al@20096 1 # SliTaz package receipt.
al@20096 2
al@20096 3 PACKAGE="mozo"
al@20096 4 VERSION="1.8.0"
al@20096 5 CATEGORY="x-window"
al@20096 6 LICENSE="GPL3"
al@20096 7 SHORT_DESC="MATE menu editing tool"
al@20096 8 MAINTAINER="yuripourre@gmail.com"
al@20096 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20096 10 WEB_SITE="http://www.mate-desktop.org/"
al@20096 11 WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL"
al@20096 12 TAGS="MATE"
al@20096 13
al@20096 14 DEPENDS="gtk+ mate-menus pygtk pygobject"
al@20513 15 BUILD_DEPENDS="gtk+-dev autoconf automake mate-common-dev \
al@20096 16 mate-desktop-dev mate-menus-dev pygobject-dev"
al@20096 17
al@20096 18 # Rules to configure and make the package.
al@20096 19 compile_rules()
al@20096 20 {
al@20096 21 ./autogen.sh \
al@20096 22 --prefix=/usr \
al@20096 23 $CONFIGURE_ARGS &&
al@20096 24 make &&
al@20096 25 make DESTDIR=$DESTDIR install
al@20096 26 }
al@20096 27
al@20096 28 genpkg_rules()
al@20096 29 {
al@20096 30 mkdir -p $fs/usr/share
al@20096 31 cp -a $install/usr/bin $fs/usr
al@20096 32 cp -a $install/usr/lib $fs/usr
al@20096 33 cp -a $install/usr/share $fs/usr
al@20096 34 }