wok view murrine/receipt @ rev 5053

fix typos: libgphoto2
author Rohit Joshi <jozee@slitaz.org>
date Sat Mar 06 18:51:17 2010 +0000 (2010-03-06)
parents 2c679ce49f4c
children 99603513ae10
line source
1 # SliTaz package receipt.
3 PACKAGE="murrine"
4 VERSION="20090531"
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 git glibc-locale"
10 WEB_SITE="http://www.cimitan.com/murrine"
11 GIT_ROOT="git://git.gnome.org/murrine"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
18 git clone $GIT_ROOT $PACKAGE-$VERSION
19 cd $src
20 sed -i 's/1.10/1.11/g' autogen.sh
21 ./autogen.sh --prefix=/usr --enable-animation
22 make
23 make DESTDIR=$PWD/_pkg 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 $_pkg/usr/share $fs/usr
31 cp -a $_pkg/usr/lib $fs/usr
33 }