wok view mozo/receipt @ rev 22351

umfpack: hide metis-4.0 missing
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 18 16:07:36 2019 +0100 (2019-11-18)
parents 4cab7e3a502e
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
3 PACKAGE="mozo"
4 VERSION="1.8.0"
5 CATEGORY="x-window"
6 LICENSE="GPL3"
7 SHORT_DESC="MATE menu editing tool"
8 MAINTAINER="yuripourre@gmail.com"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.mate-desktop.org/"
11 WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL"
12 TAGS="MATE"
14 DEPENDS="gtk+ mate-menus pygtk pygobject"
15 BUILD_DEPENDS="wget gtk+-dev autoconf automake mate-common-dev \
16 mate-desktop-dev mate-menus-dev pygobject-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./autogen.sh \
22 --prefix=/usr \
23 $CONFIGURE_ARGS &&
24 make &&
25 make DESTDIR=$DESTDIR install
26 }
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/share
31 cp -a $install/usr/bin $fs/usr
32 cp -a $install/usr/lib $fs/usr
33 cp -a $install/usr/share $fs/usr
34 }