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

glibc-base: add more default locales (see glibc' gconv); remove timezone files (now in locale-* packages).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 23 05:07:32 2014 +0300 (2014-05-23)
parents 5b8df23bd525
children 5d53e8ccbc8d
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 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://matchbox-project.org/"
11 WGET_URL="${WEB_SITE}sources/$PACKAGE/1.2/$TARBALL"
13 DEPENDS="gtk+ startup-notification libmatchbox"
14 BUILD_DEPENDS="gtk+-dev startup-notification-dev libmatchbox-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure \
21 --sysconfdir=/etc \
22 --enable-expat \
23 --enable-startup-notification \
24 --enable-session \
25 $CONFIGURE_ARGS &&
26 make && make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 mkdir -p $fs/usr
33 cp -a $install/etc $fs
34 cp -a $install/usr/bin $fs/usr
35 cp -a $install/usr/share $fs/usr
36 }