wok-next view gtk2-engine-murrine/receipt @ rev 19995

qtwebkit: rm gstreamer
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Oct 20 15:57:38 2017 +0200 (2017-10-20)
parents 40fab26c175d
children 0ec6086e21d6
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gtk2-engine-murrine"
4 VERSION="0.98.2"
5 CATEGORY="customization"
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 WEB_SITE="http://ubuntuforums.org/showthread.php?t=239378"
12 TARBALL="murrine-$VERSION.tar.xz"
13 WGET_URL="$GNOME_MIRROR/murrine/${VERSION%.*}/$TARBALL"
15 BUILD_DEPENDS="gtk+-dev libxml2-dev intltool"
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 copy @std
32 TAGS="gtk2"
33 DEPENDS="gtk+"
34 }