2006-02-23 15:26:10 +00:00
|
|
|
# Description: Utility for maintaining remote web sites via FTP or WebDAV
|
2008-07-19 09:34:52 +02:00
|
|
|
# URL: http://www.manyfish.co.uk/sitecopy/
|
2011-02-02 13:44:37 +01:00
|
|
|
# Maintainer: Juergen Daubert, jue at crux dot nu
|
2006-02-23 15:26:10 +00:00
|
|
|
# Depends on: neon
|
|
|
|
|
|
|
|
name=sitecopy
|
2008-07-19 09:34:52 +02:00
|
|
|
version=0.16.6
|
2017-01-05 17:56:54 +01:00
|
|
|
release=4
|
2015-09-08 13:51:24 +02:00
|
|
|
source=(http://crux.s3.amazonaws.com/dist/$name-$version.tar.gz
|
2010-07-24 10:36:52 +02:00
|
|
|
$name-$version.patch)
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
build () {
|
|
|
|
cd $name-$version
|
2010-07-24 10:36:52 +02:00
|
|
|
patch -p1 -i $SRC/$name-$version.patch
|
|
|
|
autoconf
|
2006-02-23 15:26:10 +00:00
|
|
|
./configure --prefix=/usr \
|
|
|
|
--with-neon=/usr \
|
|
|
|
--disable-nls \
|
|
|
|
--disable-debug
|
|
|
|
make
|
2008-07-19 09:34:52 +02:00
|
|
|
make DESTDIR=$PKG install
|
2017-01-05 17:56:54 +01:00
|
|
|
rm -r $PKG/usr/{doc,share/man/fr}
|
2006-02-23 15:26:10 +00:00
|
|
|
}
|