wok-next annotate litmus/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents a3c581bf52b8
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@3966 2
pascal@3966 3 PACKAGE="litmus"
pascal@3966 4 VERSION="0.12.1"
pascal@3966 5 CATEGORY="network"
al@21020 6 SHORT_DESC="WEBDAV server protocol compliance test suite"
pascal@3966 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="https://web.archive.org/web/20171006064353/http://www.webdav.org/neon/litmus"
al@21020 10
pascal@3966 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@3966 12 WGET_URL="$WEB_SITE/$TARBALL"
pascal@15002 13
erjo@4784 14 BUILD_DEPENDS="openssl-dev krb5-dev expat-dev neon-dev readline-dev"
pascal@3966 15
al@21020 16 compile_rules() {
al@21020 17 ./configure $CONFIGURE_ARGS &&
pascal@3966 18 make &&
al@21020 19 make DESTDIR=$install install
pascal@3966 20 }
pascal@3966 21
al@21020 22 genpkg_rules() {
al@21020 23 copy @std
al@21020 24 DEPENDS="openssl libkrb5 libcomerr3 expat neon readline zlib"
pascal@3966 25 }