wok view matchbox-themes-extra/receipt @ rev 11394

Fix: libgnomecanvas needs intltool to be compiled
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 05:21:59 2011 +0100 (2011-12-10)
parents
children 3765f181a6d5
line source
1 # SliTaz package receipt.
3 PACKAGE="matchbox-themes-extra"
4 VERSION="0.3"
5 CATEGORY="x-window"
6 SHORT_DESC="Matchbox extra themes."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://matchbox-project.org/"
10 WGET_URL="${WEB_SITE}sources/$PACKAGE/0.3/$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 ./configure $CONFIGURE_ARGS &&
17 make && make DESTDIR=$DESTDIR install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr
24 cp -a $install/usr/share $fs/usr
25 }