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

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents 5669e8b3be70
children
rev   line source
al@20096 1 # SliTaz package receipt v2.
al@20096 2
al@20096 3 PACKAGE="mate-netbook"
al@20938 4 VERSION="1.20.1"
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@21078 14 BUILD_DEPENDS="mate-common gtk3-dev libwnck3-dev 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@21105 27 DEPENDS="atk libcairo gdk-pixbuf glib gtk3 libfakekey libwnck3 mate-panel \
al@21078 28 pango libx11"
al@20096 29 TAGS="MATE"
al@20096 30 }