wok view murrine/receipt @ rev 10966

cairomm-dev: add cairommconfig.h
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 07 09:12:13 2011 +0200 (2011-10-07)
parents 67f9628aad2d
children b7319995b37e
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 DEPENDS="pixman expat libgio gtk+"
9 BUILD_DEPENDS="autoconf automake intltool libtool m4 gettext libgomp pixman-dev expat-dev libgio-dev gtk+-dev glibc-locale"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://www.cimitan.com/murrine"
12 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/murrine/0.98/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 #sed -i 's/1.10/1.11/g' autogen.sh
19 ./configure --prefix=/usr --enable-animation
20 make
21 make DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/share $fs/usr/lib
28 cp -a $_pkg/usr/share $fs/usr
29 cp -a $_pkg/usr/lib $fs/usr
31 }