wok view gtk-engine-rezlooks/receipt @ rev 20863
updated e2tools again (0.0.16 -> 0.0.16.4)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 22 16:43:17 2019 +0100 (2019-02-22) |
parents | 40fab26c175d |
children | d66160614dc4 |
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="https://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 }