wok-6.x annotate matchbox-desktop-2/receipt @ 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 | |
children | 73641efed1cc |
rev | line source |
---|---|
pascal@11556 | 1 # SliTaz package receipt. |
pascal@11556 | 2 |
pascal@11556 | 3 PACKAGE="matchbox-desktop-2" |
pascal@11556 | 4 VERSION="2.0" |
pascal@11556 | 5 CATEGORY="x-window" |
pascal@11556 | 6 SHORT_DESC="Matchbox desktop v2." |
pascal@11556 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@11556 | 8 SOURCE="matchbox-desktop" |
pascal@11556 | 9 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pascal@11556 | 10 WEB_SITE="http://matchbox-project.org/" |
pascal@11556 | 11 WGET_URL="${WEB_SITE}sources/$SOURCE/2.0/$TARBALL" |
pascal@11556 | 12 |
pascal@11556 | 13 DEPENDS="gtk+ dbus dbus-glib util-linux-ng-uuid" |
pascal@11556 | 14 BUILD_DEPENDS="gtk+-dev dbus-dev dbus-glib-dev util-linux-ng-uuid-dev" |
pascal@11556 | 15 |
pascal@11556 | 16 # Rules to configure and make the package. |
pascal@11556 | 17 compile_rules() |
pascal@11556 | 18 { |
pascal@11556 | 19 cd $src |
pascal@11556 | 20 ./configure \ |
pascal@11556 | 21 --disable-startup-notification \ |
pascal@11556 | 22 $CONFIGURE_ARGS && |
pascal@11556 | 23 make && make install |
pascal@11556 | 24 } |
pascal@11556 | 25 |
pascal@11556 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@11556 | 27 genpkg_rules() |
pascal@11556 | 28 { |
pascal@11556 | 29 mkdir -p $fs/usr |
pascal@11556 | 30 cp -a $install/usr/bin $fs/usr |
pascal@11556 | 31 } |