wok view murrine/receipt @ rev 3181

Up: spandsp (0.0.5)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 26 10:54:55 2009 +0200 (2009-05-26)
parents
children 2c679ce49f4c
line source
1 # SliTaz package receipt.
3 PACKAGE="murrine"
4 VERSION="200904svn"
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 subversion libiconv"
10 WEB_SITE="http://www.cimitan.com/murrine"
11 SVN_TRUNK="http://svn.gnome.org/svn/murrine/trunk/"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 svn checkout $SVN_TRUNK $PACKAGE-$VERSION
18 cd $src
19 ./autogen.sh --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 }