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

OpenSSL 1.0.2t -> 1.0.2u: overflow bug CVE-2019-1551
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 21 08:55:46 2019 +0000 (2019-12-21)
parents 5669e8b3be70
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mate-netbook"
4 VERSION="1.20.1"
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 gtk3-dev libwnck3-dev 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 libcairo gdk-pixbuf glib gtk3 libfakekey libwnck3 mate-panel \
28 pango libx11"
29 TAGS="MATE"
30 }