wok diff geany/receipt @ rev 4150

midori: add Slitaz homepage
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Sep 20 20:31:38 2009 +0000 (2009-09-20)
parents 5e6cb07cd218
children e8fa8878f6e1
line diff
     1.1 --- a/geany/receipt	Wed Jul 15 14:24:49 2009 +0000
     1.2 +++ b/geany/receipt	Sun Sep 20 20:31:38 2009 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="geany"
     1.7 -VERSION="0.17"
     1.8 +VERSION="0.18"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Small and fast IDE using GTK+ toolkit."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -16,7 +16,7 @@
    1.13  xorg-kbproto xorg-libXau-dev xorg-libXdmcp-dev"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WEB_SITE="http://geany.uvena.de/"
    1.16 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.17 +WGET_URL="http://download.geany.org/$TARBALL"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  # Without vte : --disable-vte
    1.21 @@ -26,9 +26,8 @@
    1.22  	./configure \
    1.23  		--prefix=/usr \
    1.24  		--mandir=/usr/share/man \
    1.25 -    	$CONFIGURE_ARGS
    1.26 -	make
    1.27 -	make DESTDIR=$PWD/_pkg install
    1.28 +    	$CONFIGURE_ARGS &&
    1.29 +	make && make DESTDIR=$PWD/_pkg install
    1.30  }
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 @@ -39,4 +38,5 @@
    1.34  	cp -a $_pkg/usr/share/geany $fs/usr/share
    1.35  	cp -a stuff/filetype_extensions.conf $fs/usr/share/geany
    1.36  	rm $fs/usr/share/geany/GPL-2
    1.37 +	cp -a $_pkg/usr/share/icons $fs/usr/share
    1.38  }