aboutsummaryrefslogtreecommitdiffstats
path: root/SlackBuilds/cadaver
diff options
context:
space:
mode:
Diffstat (limited to 'SlackBuilds/cadaver')
-rw-r--r--SlackBuilds/cadaver/README3
-rw-r--r--SlackBuilds/cadaver/cadaver.SlackBuild102
-rw-r--r--SlackBuilds/cadaver/cadaver.info10
-rw-r--r--SlackBuilds/cadaver/slack-desc19
4 files changed, 0 insertions, 134 deletions
diff --git a/SlackBuilds/cadaver/README b/SlackBuilds/cadaver/README
deleted file mode 100644
index f59e82f..0000000
--- a/SlackBuilds/cadaver/README
+++ /dev/null
@@ -1,3 +0,0 @@
-Cadaver is a command-line WebDAV client for Unix. It supports file
-upload, download, on-screen display, namespace operations (move/copy),
-collection creation and deletion, and locking operations.
diff --git a/SlackBuilds/cadaver/cadaver.SlackBuild b/SlackBuilds/cadaver/cadaver.SlackBuild
deleted file mode 100644
index c874316..0000000
--- a/SlackBuilds/cadaver/cadaver.SlackBuild
+++ /dev/null
@@ -1,102 +0,0 @@
-#!/bin/bash
-
-# Slackware build script for cadaver
-# Jean-Yves Didier revision date 2008/05/29
-
-cd $(dirname $0) ; CWD=$(pwd)
-
-PRGNAM=cadaver
-VERSION=${VERSION:-0.28}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-PKGTYPE=${PKGTYPE:-tgz}
-
-if [ -z "$ARCH" ]; then
- case "$( uname -m )" in
- i?86) ARCH=i586 ;;
- arm*) ARCH=arm ;;
- *) ARCH=$( uname -m ) ;;
- esac
-fi
-
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
-if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
- echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
- exit 0
-fi
-
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-if [ "$ARCH" = "i586" ]; then
- SLKCFLAGS="-O2 -march=i586 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC"
- LIBDIRSUFFIX="64"
-else
- SLKCFLAGS="-O2"
- LIBDIRSUFFIX=""
-fi
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
-
-git clone https://github.com/notroj/neon
-cd neon
-git checkout e78182c68bf4db67f2ec3a941176688c4ae9084b
-cd ..
-
-chown -R root:root .
-find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-
-CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
-./autogen.sh
-./configure \
- --prefix=/usr \
- --libdir=/usr/lib${LIBDIRSUFFIX} \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --mandir=/usr/man \
- --with-ssl \
- --build=$ARCH-slackware-linux
-
-make
-make install DESTDIR=$PKG
-
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
- | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-
-( cd $PKG/usr/man
- find . -type f -exec gzip -9 {} \;
- for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-)
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a ABOUT-NLS COPYING FAQ NEWS README.md THANKS TODO \
- $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
-
diff --git a/SlackBuilds/cadaver/cadaver.info b/SlackBuilds/cadaver/cadaver.info
deleted file mode 100644
index d55278f..0000000
--- a/SlackBuilds/cadaver/cadaver.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="cadaver"
-VERSION="0.28"
-HOMEPAGE="https://github.com/notroj/cadaver/"
-DOWNLOAD="https://github.com/notroj/cadaver/archive/0.28/cadaver-0.28.tar.gz"
-MD5SUM="686ebdb727fa4a84ee113a05174497e1"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-REQUIRES=""
-MAINTAINER="Jean-Yves Didier"
-EMAIL="jean-yves.didier@ibisc.univ-evry.fr"
diff --git a/SlackBuilds/cadaver/slack-desc b/SlackBuilds/cadaver/slack-desc
deleted file mode 100644
index b3da2ea..0000000
--- a/SlackBuilds/cadaver/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description.
-# Line up the first '|' above the ':' following the base package name, and
-# the '|' on the right side marks the last column you can put a character in.
-# You must make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':' except on otherwise blank lines.
-
- |-----handy-ruler------------------------------------------------------|
-cadaver: cadaver (command line webdav-client)
-cadaver:
-cadaver: cadaver is a command-line WebDAV client for Unix.
-cadaver: It supports file upload, download, on-screen display,
-cadaver: namespace operations (move/copy), collection creation
-cadaver: and deletion, and locking operations.
-cadaver:
-cadaver: cadaver is free software distributed under the GNU GPL.
-cadaver:
-cadaver:
-cadaver: