wok diff murrine/receipt @ rev 7712

yasr: add post install
author Paul Issott <paul@slitaz.org>
date Sun Dec 19 15:51:06 2010 +0000 (2010-12-19)
parents 2c679ce49f4c
children 99603513ae10
line diff
     1.1 --- a/murrine/receipt	Sat Jun 13 13:32:50 2009 +0200
     1.2 +++ b/murrine/receipt	Sun Dec 19 15:51:06 2010 +0000
     1.3 @@ -1,21 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="murrine"
     1.7 -VERSION="200904svn"
     1.8 +VERSION="20090531"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="GTK2 engine to make your desktop look like a murrina"
    1.11  MAINTAINER="jozee@slitaz.org"
    1.12  DEPENDS="pixman expat libgio gtk+"
    1.13 -BUILD_DEPENDS="autoconf automake intltool libtool m4 gettext libgomp pixman-dev expat-dev libgio-dev gtk+-dev subversion "
    1.14 +BUILD_DEPENDS="autoconf automake intltool libtool m4 gettext libgomp pixman-dev expat-dev libgio-dev gtk+-dev git glibc-locale"
    1.15  WEB_SITE="http://www.cimitan.com/murrine" 
    1.16 -SVN_TRUNK="http://svn.gnome.org/svn/murrine/trunk/"
    1.17 +GIT_ROOT="git://git.gnome.org/murrine"
    1.18  
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 -	svn checkout $SVN_TRUNK $PACKAGE-$VERSION
    1.24 +	 
    1.25 +    git clone $GIT_ROOT $PACKAGE-$VERSION	
    1.26  	cd $src
    1.27 +	sed -i 's/1.10/1.11/g' autogen.sh
    1.28  	./autogen.sh --prefix=/usr --enable-animation
    1.29  	make
    1.30  	make DESTDIR=$PWD/_pkg install