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

ADD: cantarell-fonts, gtk2-engine-murrine (former murrine), libunique-gtk3; TINY EDITS: gobject-introspection, gtk3-engine-solidity, gtk3-engine-unico*, libnotify-gtk3, libxklavier, lxpanel; UP: lightdm* 1.5.3, midori 0.4.9
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 04 15:39:28 2013 +0000 (2013-04-04)
parents
children 7d6089953592
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="GPL2"
9 WEB_SITE="http://www.cimitan.com/murrine"
10 TARBALL="murrine-$VERSION.tar.xz"
11 WGET_URL="$GNOME_MIRROR/murrine/0.98/$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 }