wok-next view mate-netbook/receipt @ rev 20715

Up nsd (4.1.21)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 13:10:46 2018 +0300 (2018-05-27)
parents 65c0fe17f3b9
children 342b30daff76
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mate-netbook"
4 VERSION="1.18.2"
5 CATEGORY="x-window"
6 SHORT_DESC="A simple window management tool"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://github.com/mate-desktop/mate-netbook"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/mate-desktop/mate-netbook/archive/v$VERSION.tar.gz"
14 BUILD_DEPENDS="mate-common gtk+3-dev libwnck3-dev xorg-libXtst-dev \
15 libfakekey-dev mate-panel-dev"
17 compile_rules() {
18 ./autogen.sh \
19 $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="atk bzlib cairo fontconfig freetype gdk-pixbuf glib gtk+3 \
28 libfakekey libffi libharfbuzz liblzma libpng16 libwnck3 libxml2 mate-panel \
29 pango pcre startup-notification util-linux-blkid util-linux-mount \
30 util-linux-uuid xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext \
31 xorg-libXi xorg-libXrender xorg-libXres xorg-libXtst xorg-libxcb \
32 xorg-pixman xorg-xcb-util zlib"
33 TAGS="MATE"
34 }