wok view gtk-engines-rezlooks/receipt @ rev 10417

texinfo: Added cook_tmp_toolchain function to fix tazwok cook-toolchain.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue May 24 08:02:26 2011 +0000 (2011-05-24)
parents 7b69f5bcc54f
children b7319995b37e
line source
1 # SliTaz package receipt.
3 PACKAGE="gtk-engines-rezlooks"
4 VERSION="0.6"
5 CATEGORY="x-window"
6 SHORT_DESC="Rezlooks GTK+ Engine"
7 MAINTAINER="devl547@gmail.com"
8 TARBALL="39179-rezlooks-0.6.tar.gz"
9 WEB_SITE="http://www.gnome-look.org/content/show.php?content=39179"
10 WGET_URL="http://GNOME-Look.org/CONTENT/content-files/$TARBALL"
11 BUILD_DEPENDS="gtk+-dev"
12 DEPENDS="gtk+"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure --enable-animation &&
19 make &&
20 make prefix=/usr install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $_pkg/usr/lib $fs/usr
28 }