opt/sitecopy/Pkgfile

25 lines
557 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Utility for maintaining remote web sites via FTP or WebDAV
2021-09-24 17:51:08 +02:00
# URL: https://www.manyfish.co.uk/sitecopy/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: neon
2006-02-23 16:26:10 +01:00
name=sitecopy
2008-07-19 09:34:52 +02:00
version=0.16.6
2021-09-24 17:51:08 +02:00
release=6
source=(https://www.manyfish.co.uk/sitecopy/sitecopy-0.16.6.tar.gz
$name-$version.patch)
2006-02-23 16:26:10 +01:00
2021-09-24 17:51:08 +02:00
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}
2006-02-23 16:26:10 +01:00
}