wok-undigest annotate matchbox-window-manager-2/receipt @ rev 341

avant-window-navigator: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 15 16:02:31 2011 +0200 (2011-06-15)
parents
children
rev   line source
pankso@305 1 # SliTaz package receipt.
pankso@305 2
pankso@305 3 PACKAGE="matchbox-window-manager-2"
pankso@305 4 VERSION="2106"
pankso@305 5 CATEGORY="x-window"
pankso@305 6 SHORT_DESC="Matchbox Window Manager v2."
pankso@305 7 MAINTAINER="pankso@slitaz.org"
pankso@305 8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pankso@305 9 WEB_SITE="http://matchbox-project.org/"
pankso@305 10 WGET_URL="svn|http://svn.o-hand.com/repos/matchbox/trunk/$PACKAGE"
pankso@305 11 BRANCH="$VERSION"
pankso@305 12
pankso@305 13 DEPENDS="gtk+"
pankso@305 14 BUILD_DEPENDS="gtk+-dev subversion"
pankso@305 15
pankso@305 16 # Rules to configure and make the package.
pankso@305 17 compile_rules()
pankso@305 18 {
pankso@305 19 cd $src
pankso@305 20 ./autogen.sh \
pankso@305 21 --enable-png-theme \
pankso@305 22 --enable-composite-manager=xrender \
pankso@305 23 --enable-matchbox-remote \
pankso@305 24 --with-pango \
pankso@305 25 --with-gtk \
pankso@305 26 $CONFIGURE_ARGS &&
pankso@305 27 # Fix Makefile identation.
pankso@305 28 sed -i s'/ / /' Makefile &&
pankso@305 29 make && make install
pankso@305 30 }
pankso@305 31
pankso@305 32 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@305 33 genpkg_rules()
pankso@305 34 {
pankso@305 35 mkdir -p $fs/usr
pankso@305 36 cp -a $install/usr/bin $fs/usr
pankso@305 37 cp -a $install/usr/share $fs/usr
pankso@305 38 }