wok view murrine/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 7d6089953592
children
line source
1 # SliTaz package receipt.
3 PACKAGE="murrine"
4 VERSION="0.98.1.1"
5 CATEGORY="x-window"
6 SHORT_DESC="GTK2 engine to make your desktop look like a murrina"
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="LGPL3"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.cimitan.com/murrine"
11 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/murrine/${VERSION%.*.*}/$TARBALL"
13 DEPENDS="pixman expat libgio gtk+"
14 BUILD_DEPENDS="autoconf automake intltool libtool m4 gettext libgomp pixman-dev expat-dev libgio-dev gtk+-dev glibc-locale"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 find . -name '*.[ch]*' | xargs sed -i 's|<glib/.*h|<glib.h|'
20 #sed -i 's/1.10/1.11/g' autogen.sh
21 ./configure --prefix=/usr --enable-animation $CONFIGURE_ARGS &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/share $fs/usr/lib
30 cp -a $install/usr/share $fs/usr
31 cp -a $install/usr/lib $fs/usr
33 }