wok view matchbox-window-manager/receipt @ rev 12764

Up broadcom-wl (5_100_82_112)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 12 13:52:35 2012 +0200 (2012-05-12)
parents
children 3765f181a6d5
line source
1 # SliTaz package receipt.
3 PACKAGE="matchbox-window-manager"
4 VERSION="1.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Matchbox Window Manager."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://matchbox-project.org/"
10 WGET_URL="${WEB_SITE}sources/$PACKAGE/1.2/$TARBALL"
12 DEPENDS="gtk+ startup-notification libmatchbox"
13 BUILD_DEPENDS="gtk+-dev startup-notification-dev libmatchbox-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure \
20 --sysconfdir=/etc \
21 --enable-expat \
22 --enable-startup-notification \
23 --enable-session \
24 $CONFIGURE_ARGS &&
25 make && make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr
32 cp -a $install/etc $fs
33 cp -a $install/usr/bin $fs/usr
34 cp -a $install/usr/share $fs/usr
35 }