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

move from undigest umplayer-svn
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 01 18:10:20 2012 +0200 (2012-06-01)
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 }