
Receipt for package "cadaver"
# SliTaz package receipt. PACKAGE="cadaver" VERSION="0.23.3" CATEGORY="network" TAGS="webdav" SHORT_DESC="Command-line WEBDAV client." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" WEB_SITE="https://notroj.github.io/cadaver/" TARBALL="$PACKAGE-$VERSION.tar.gz" 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" # What is the latest version available today? current_version() { wget -O - https://github.com/notroj/cadaver/tags 2>/dev/null | \ sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. compile_rules() { touch config.rpath ./configure \ --prefix=/usr \ --infodir=/usr/share/info \ --libexecdir=/usr/lib/litmus \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $install/usr/bin $fs/usr }
6011 packages and 861670 files in cooking database (Tue May 13 00:02:32 2025)