wok view gtk-engine-rezlooks/receipt @ rev 19395

Up jack-audio-connection-kit (0.124.1)
author Richard Dunbar <mojo@slitaz.org>
date Mon Aug 29 23:02:12 2016 -0400 (2016-08-29)
parents e2025591bd78
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="gtk-engine-rezlooks"
4 VERSION="0.6"
5 CATEGORY="customization"
6 SHORT_DESC="Rezlooks GTK+ Engine"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="GPL2"
9 TARBALL="39179-rezlooks-0.6.tar.gz"
10 WEB_SITE="http://www.gnome-look.org/content/show.php?content=39179"
11 WGET_URL="http://GNOME-Look.org/CONTENT/content-files/$TARBALL"
13 BUILD_DEPENDS="gtk+-dev"
14 DEPENDS="gtk+"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 sed -i 's|<glib/gtimer.h>|<glib.h>|' src/animation.c
21 ./configure --enable-animation $CONFIGURE_ARGS &&
22 make &&
23 make prefix=/usr install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr
30 cp -a $install/usr/lib $fs/usr
31 }