preload: 0.4 -> 0.6

This commit is contained in:
Danny Rawlins 2008-07-25 20:34:45 +10:00
parent 9f54dbee17
commit 2622f8d986
2 changed files with 6 additions and 5 deletions

View File

@ -1,2 +1,2 @@
9c98bc97ec261925c9a40e5084c9c149 preload-0.4.tar.gz
2aac518aceea4dbd33d74f52b1a98fca preload-0.6.tar.gz
5a48082b3625645cbcd39f8e731f0aa6 rc.preload

View File

@ -5,9 +5,9 @@
# Depends on: glib help2man
name=preload
version=0.4
release=4
source=(http://dl.sourceforge.net/sourceforge/preload/preload-$version.tar.gz \
version=0.6
release=1
source=(http://dl.sourceforge.net/sourceforge/preload/preload-$version.tar.gz
rc.preload)
build() {
@ -18,11 +18,12 @@ build() {
##rm -rv usr/man
if [ -z "$(pkginfo -i |grep 'help2man ')" ]; then
echo 'Install help2man.'
exit 0
exit 1
fi
./configure \
--prefix=/usr \
--mandir=/usr/man \
--sysconfdir=/etc \
--localstatedir=/var