wok-undigest rev 605

Move matchbox-window-manager-2 to wok
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 25 15:20:38 2011 +0100 (2011-12-25)
parents 4ccfe8da0fb3
children 970ba3aa38e0
files matchbox-window-manager-2/receipt
line diff
     1.1 --- a/matchbox-window-manager-2/receipt	Sun Dec 25 15:20:37 2011 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,38 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="matchbox-window-manager-2"
     1.7 -VERSION="2106"
     1.8 -CATEGORY="x-window"
     1.9 -SHORT_DESC="Matchbox Window Manager v2."
    1.10 -MAINTAINER="pankso@slitaz.org"
    1.11 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.12 -WEB_SITE="http://matchbox-project.org/"
    1.13 -WGET_URL="svn|http://svn.o-hand.com/repos/matchbox/trunk/$PACKAGE"
    1.14 -BRANCH="$VERSION"
    1.15 -
    1.16 -DEPENDS="gtk+"
    1.17 -BUILD_DEPENDS="gtk+-dev subversion"
    1.18 -
    1.19 -# Rules to configure and make the package.
    1.20 -compile_rules()
    1.21 -{
    1.22 -	cd $src
    1.23 -	./autogen.sh \
    1.24 -		--enable-png-theme \
    1.25 -		--enable-composite-manager=xrender \
    1.26 -		--enable-matchbox-remote \
    1.27 -		--with-pango \
    1.28 -		--with-gtk \
    1.29 -		$CONFIGURE_ARGS &&
    1.30 -	# Fix Makefile identation.
    1.31 -	sed -i s'/        /	/' Makefile &&
    1.32 -	make && make install
    1.33 -}
    1.34 -
    1.35 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.36 -genpkg_rules()
    1.37 -{
    1.38 -	mkdir -p $fs/usr
    1.39 -	cp -a $install/usr/bin $fs/usr
    1.40 -	cp -a $install/usr/share $fs/usr
    1.41 -}