wok-undigest rev 604

Move matchbox-panel-2 to wok
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 25 15:20:37 2011 +0100 (2011-12-25)
parents 9bfa47ea51b6
children d57da61725ea
files matchbox-panel-2/receipt
line diff
     1.1 --- a/matchbox-panel-2/receipt	Sun Dec 25 15:20:36 2011 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,34 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="matchbox-panel-2"
     1.7 -VERSION="2111"
     1.8 -CATEGORY="x-window"
     1.9 -SHORT_DESC="Matchbox panel 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+ dbus dbus-glib util-linux-ng-uuid"
    1.17 -BUILD_DEPENDS="gtk+-dev dbus-dev dbus-glib-dev util-linux-ng-uuid-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 -		--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/lib/matchbox-panel
    1.33 -	cp -a $install/usr/bin $fs/usr
    1.34 -	cp -a $install/usr/lib/matchbox-panel/*.so \
    1.35 -		$fs/usr/lib/matchbox-panel
    1.36 -	cp -a $install/usr/share $fs/usr
    1.37 -}