wok diff murrine/receipt @ rev 8254

shellinabox: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 29 16:09:40 2011 +0100 (2011-01-29)
parents 67f9628aad2d
children b7319995b37e
line diff
     1.1 --- a/murrine/receipt	Tue Jun 16 09:43:56 2009 +0000
     1.2 +++ b/murrine/receipt	Sat Jan 29 16:09:40 2011 +0100
     1.3 @@ -1,24 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="murrine"
     1.7 -VERSION="20090531"
     1.8 +VERSION="0.98.1.1"
     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 git glibc-locale"
    1.14 +BUILD_DEPENDS="autoconf automake intltool libtool m4 gettext libgomp pixman-dev expat-dev libgio-dev gtk+-dev glibc-locale"
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16  WEB_SITE="http://www.cimitan.com/murrine" 
    1.17 -GIT_ROOT="git://git.gnome.org/murrine"
    1.18 -
    1.19 +WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/murrine/0.98/$TARBALL"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    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 +	#sed -i 's/1.10/1.11/g' autogen.sh
    1.30 +	./configure --prefix=/usr --enable-animation
    1.31  	make
    1.32  	make DESTDIR=$PWD/_pkg install
    1.33  }