wok-next view litmus/receipt @ rev 21578

updated davfs2 (1.5.4 -> 1.5.6)
author Hans-G?nter Theisgen
date Tue Jun 23 15:33:53 2020 +0100 (2020-06-23)
parents a3c581bf52b8
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="litmus"
4 VERSION="0.12.1"
5 CATEGORY="network"
6 SHORT_DESC="WEBDAV server protocol compliance test suite"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://web.archive.org/web/20171006064353/http://www.webdav.org/neon/litmus"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/$TARBALL"
14 BUILD_DEPENDS="openssl-dev krb5-dev expat-dev neon-dev readline-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 make &&
19 make DESTDIR=$install install
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="openssl libkrb5 libcomerr3 expat neon readline zlib"
25 }