opt/sitecopy/Pkgfile

25 lines
557 B
Plaintext

# Description: Utility for maintaining remote web sites via FTP or WebDAV
# URL: https://www.manyfish.co.uk/sitecopy/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: neon
name=sitecopy
version=0.16.6
release=6
source=(https://www.manyfish.co.uk/sitecopy/sitecopy-0.16.6.tar.gz
$name-$version.patch)
build() {
cd $name-$version
patch -p1 -i $SRC/$name-$version.patch
autoconf
./configure \
--prefix=/usr \
--with-neon=/usr \
--disable-nls \
--disable-debug
make
make DESTDIR=$PKG install
rm -r $PKG/usr/{doc,share/man/fr}
}