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

Up opencv (3.4.6)
author maniac
date Thu May 23 22:07:21 2019 +0300 (2019-05-23)
parents 40fab26c175d
children 6831608a1b2a
line source
1 # SliTaz package receipt.
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="https://ubuntuforums.org/showthread.php?t=239378"
11 TARBALL="murrine-$VERSION.tar.xz"
12 WGET_URL="$GNOME_MIRROR/murrine/${VERSION%.*}/$TARBALL"
13 TAGS="gtk2"
15 DEPENDS="gtk+"
16 BUILD_DEPENDS="gtk+-dev libxml2-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure \
22 --disable-static \
23 --enable-animation \
24 $CONFIGURE_ARGS &&
25 make &&
26 make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 mkdir -p $fs/usr
33 cp -a $install/usr/lib $fs/usr
34 cp -a $install/usr/share $fs/usr
35 find $fs -name '*.la' -delete
36 }