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

Fix build/host configure option in recipes which was not detecting the right ones well + tiny fixes.
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Jan 02 23:06:18 2012 +0100 (2012-01-02)
parents 02bbaa9d12ba
children 2e6a3af65d17
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 $CONFIGURE_ARGS &&
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 }