wok diff xorg-xkill/receipt @ rev 2121

mkpkgiso: may install lighttpd in install.sh
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 31 14:58:52 2009 +0000 (2009-01-31)
parents 185ddac9f1f9
children 170168df8ad1
line diff
     1.1 --- a/xorg-xkill/receipt	Fri Aug 15 23:57:42 2008 +0200
     1.2 +++ b/xorg-xkill/receipt	Sat Jan 31 14:58:52 2009 +0000
     1.3 @@ -8,7 +8,7 @@
     1.4  MAINTAINER="mallory@sweetpeople.org"
     1.5  DEPENDS=""
     1.6  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.7 -WEB_SITE="x.org"
     1.8 +WEB_SITE="http://www.x.org/"
     1.9  WGET_URL="http://xorg.mirror.solnet.ch/pub/individual/app/$TARBALL"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12 @@ -16,8 +16,8 @@
    1.13  {
    1.14  	cd $src
    1.15  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.16 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.17 -	make
    1.18 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22