wok-next annotate mate-netbook/receipt @ rev 20714

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