wok rev 2842

Add: murrine GTK engine
author Rohit Joshi <jozee@slitaz.org>
date Thu Apr 30 17:17:01 2009 +0000 (2009-04-30)
parents a4e696caa47e
children 03ad5a05339c
files murrine/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/murrine/receipt	Thu Apr 30 17:17:01 2009 +0000
     1.3 @@ -0,0 +1,32 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="murrine"
     1.7 +VERSION="200904svn"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="GTK2 engine to make your desktop look like a murrina"
    1.10 +MAINTAINER="jozee@slitaz.org"
    1.11 +DEPENDS="pixman expat libgio gtk+"
    1.12 +BUILD_DEPENDS="autoconf automake intltool libtool m4 gettext libgomp pixman-dev expat-dev libgio-dev gtk+-dev subversion libiconv"
    1.13 +WEB_SITE="http://www.cimitan.com/murrine" 
    1.14 +SVN_TRUNK="http://svn.gnome.org/svn/murrine/trunk/"
    1.15 +
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	svn checkout $SVN_TRUNK $PACKAGE-$VERSION
    1.21 +	cd $src
    1.22 +	./autogen.sh --prefix=/usr --enable-animation
    1.23 +	make
    1.24 +	make DESTDIR=$PWD/_pkg install
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	mkdir -p $fs/usr/share $fs/usr/lib
    1.31 +	cp -a $_pkg/usr/share $fs/usr
    1.32 +	cp -a $_pkg/usr/lib $fs/usr
    1.33 +	
    1.34 +}
    1.35 +