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

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents f48456621a9d
children
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="devel@slitaz.org"
8 LICENSE="LGPL3"
9 #WEB_SITE="http://www.cimitan.com/murrine"
10 WEB_SITE="https://ubuntuforums.org/showthread.php?t=239378"
12 TARBALL="murrine-$VERSION.tar.xz"
13 WGET_URL="$GNOME_MIRROR/murrine/${VERSION%.*}/$TARBALL"
15 BUILD_DEPENDS="gtk2-dev libxml2-dev intltool"
17 compile_rules() {
18 ./configure \
19 --disable-static \
20 --enable-animation \
21 $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 copy @std
29 TAGS="gtk2"
30 DEPENDS="gtk2"
31 }