wok-next view matchbox-window-manager/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 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 }