SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "cadaver"

# SliTaz package receipt.

PACKAGE="cadaver"
VERSION="0.23.2"
CATEGORY="network"
SHORT_DESC="Command-line WEBDAV client."
MAINTAINER="pascal.bellard@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://www.webdav.org/cadaver"
WGET_URL="$WEB_SITE/$TARBALL"
DEPENDS="openssl libkrb5 krb5 expat neon readline zlib libcomerr3"
BUILD_DEPENDS="openssl-dev krb5-dev krb5 expat-dev neon-dev readline-dev"
TAGS="webdav"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure --prefix=/usr --infodir=/usr/share/info \
    --libexecdir=/usr/lib/litmus \
    --mandir=/usr/share/man \
    $CONFIGURE_ARGS &&
    make &&
    make DESTDIR=$PWD/_pkg install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a $_pkg/usr/bin $fs/usr
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)