wok rev 11556

Add matchbox-desktop-2 form wok-undigest
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 25 15:19:08 2011 +0100 (2011-12-25)
parents 06d27cc9ff19
children be7e9e17aa31
files matchbox-desktop-2/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/matchbox-desktop-2/receipt	Sun Dec 25 15:19:08 2011 +0100
     1.3 @@ -0,0 +1,31 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="matchbox-desktop-2"
     1.7 +VERSION="2.0"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Matchbox desktop v2."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +SOURCE="matchbox-desktop"
    1.12 +TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.13 +WEB_SITE="http://matchbox-project.org/"
    1.14 +WGET_URL="${WEB_SITE}sources/$SOURCE/2.0/$TARBALL"
    1.15 +
    1.16 +DEPENDS="gtk+ dbus dbus-glib util-linux-ng-uuid"
    1.17 +BUILD_DEPENDS="gtk+-dev dbus-dev dbus-glib-dev util-linux-ng-uuid-dev"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	cd $src
    1.23 +	./configure \
    1.24 +		--disable-startup-notification \
    1.25 +		$CONFIGURE_ARGS &&
    1.26 +	make && make install
    1.27 +}
    1.28 +
    1.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 +genpkg_rules()
    1.31 +{
    1.32 +	mkdir -p $fs/usr
    1.33 +	cp -a $install/usr/bin $fs/usr
    1.34 +}