wok-next view matchbox-window-manager/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents d457c4e37c1b
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="matchbox-window-manager"
4 VERSION="1.2.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Matchbox Window Manager"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.yoctoproject.org/software-item/matchbox/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-window-manager/snapshot/$TARBALL"
14 BUILD_DEPENDS="automake gconf-dev libmatchbox-dev libxfixes-dev \
15 libxcursor-dev expat-dev startup-notification-dev libsm-dev"
17 compile_rules() {
18 ./autogen.sh \
19 --enable-expat \
20 --enable-startup-notification \
21 --enable-session \
22 $CONFIGURE_ARGS &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="expat libmatchbox startup-notification libice libsm \
30 libx11 libxcursor libxext libxfixes"
31 TAGS="window-manager"
32 }