wok-current view matchbox-themes-extra/receipt @ rev 10858
Up slitaz-base-files (4.4) - New motd and ready for RC
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Jun 16 18:46:23 2011 +0200 (2011-06-16) |
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 }