sitecopy: update to 0.16.6

This commit is contained in:
Juergen Daubert 2008-07-19 09:34:52 +02:00
parent ded7b19e99
commit 1358e5aca3
2 changed files with 7 additions and 6 deletions

View File

@ -1 +1 @@
df48499ad81b333a9d255c1709e09a1a sitecopy-0.16.3.tar.gz
b3aeb5a5f00af3db90b408e8c32a6c01 sitecopy-0.16.6.tar.gz

View File

@ -1,20 +1,21 @@
# Description: Utility for maintaining remote web sites via FTP or WebDAV
# URL: http://www.lyra.org/sitecopy
# URL: http://www.manyfish.co.uk/sitecopy/
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
# Depends on: neon
name=sitecopy
version=0.16.3
version=0.16.6
release=1
source=(http://fresh.t-systems-sfr.com/unix/src/www/$name-$version.tar.gz)
source=(http://www.manyfish.co.uk/sitecopy/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--with-neon=/usr \
--disable-nls \
--disable-debug
make
make prefix=$PKG/usr install
rm -r $PKG/usr/{doc,share,man/fr}
make DESTDIR=$PKG install
rm -r $PKG/usr/{doc,share,man/fr}
}