cadaver: unmaintained

This commit is contained in:
Juergen Daubert 2006-12-22 19:17:05 +01:00
parent 1f37d583ab
commit 61c38b8057
3 changed files with 0 additions and 25 deletions

View File

@ -1,6 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/cadaver
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/cadaver.1.gz

View File

@ -1 +0,0 @@
0c5268286e732a8d5d94361cf93de412 cadaver-0.22.3.tar.gz

View File

@ -1,18 +0,0 @@
# Description: Command-line WebDAV client
# URL: http://www.webdav.org/cadaver
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
# Depends on: ncurses, neon, readline
name=cadaver
version=0.22.3
release=1
source=(http://www.webdav.org/$name/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr \
--with-neon=/usr \
--disable-nls
make
make prefix=$PKG/usr install
}