wok diff leafpad/receipt @ rev 9454

busybox/httpd_helper.sh: allow simultaneous GET & POST
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 03 00:17:32 2011 +0200 (2011-04-03)
parents c3596312e06a
children 7fb09aed8649
line diff
     1.1 --- a/leafpad/receipt	Fri Dec 24 11:47:32 2010 +0000
     1.2 +++ b/leafpad/receipt	Sun Apr 03 00:17:32 2011 +0200
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="GTK simple text editor."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="gtk+ xorg-libXdamage"
     1.7 -BUILD_DEPENDS="pkg-config gtk+-dev xorg-libXrender-dev xorg-xproto"
     1.8 +BUILD_DEPENDS="pkg-config gtk+-dev xorg-libXrender-dev xorg-xproto intltool"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://tarot.freeshell.org/leafpad/"
    1.11  WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL"
    1.12 @@ -15,6 +15,7 @@
    1.13  compile_rules()
    1.14  {
    1.15      cd $src
    1.16 +    chmod +x install-sh
    1.17      ./configure \
    1.18      	--prefix=/usr \
    1.19      	--infodir=/usr/share/info \