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

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
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 }