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

libtorrent: fix rtorrent building for non-64bit archs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:13:53 2018 +0300 (2018-05-27)
parents 70ab89b1aac2
children a3c581bf52b8
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 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="gtk+"
31 }