wok-4.x diff xorg-xkill/receipt @ rev 2264
Sheerdns: extend wildcard scope
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 16 13:50:36 2009 +0000 (2009-02-16) |
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 Mon Feb 16 13:50:36 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