wok view gtk2-engine-murrine/receipt @ rev 19102

firefox-official-*: provides browser-html5
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 04 10:53:21 2016 +0200 (2016-05-04)
parents 7d6089953592
children bc5d5781c529
line source
1 # SliTaz package receipt.
3 PACKAGE="gtk2-engine-murrine"
4 VERSION="0.98.2"
5 CATEGORY="x-window"
6 SHORT_DESC="GTK2 engine to make your desktop look like a murrina"
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="LGPL3"
9 WEB_SITE="http://www.cimitan.com/murrine"
10 TARBALL="murrine-$VERSION.tar.xz"
11 WGET_URL="$GNOME_MIRROR/murrine/${VERSION%.*}/$TARBALL"
12 TAGS="gtk2"
14 DEPENDS="gtk+"
15 BUILD_DEPENDS="gtk+-dev libxml2-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure \
21 --disable-static \
22 --enable-animation \
23 $CONFIGURE_ARGS &&
24 make &&
25 make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr
32 cp -a $install/usr/lib $fs/usr
33 cp -a $install/usr/share $fs/usr
34 find $fs -name '*.la' -delete
35 }