wok-6.x diff geany/receipt @ rev 4881
Add xorg-xf86-input-plpevtch
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 05 11:43:54 2010 +0100 (2010-02-05) |
parents | 5e6cb07cd218 |
children | e8fa8878f6e1 |
line diff
1.1 --- a/geany/receipt Wed Jul 15 14:24:49 2009 +0000 1.2 +++ b/geany/receipt Fri Feb 05 11:43:54 2010 +0100 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 }