wok view matchbox-desktop-2/receipt @ rev 11620

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