wok rev 20759

updated cadaver (0.23.2 -> 0.23.3)
author Hans-G?nter Theisgen
date Tue Feb 12 16:53:42 2019 +0100 (2019-02-12)
parents f16c7fde119b
children 46416cd47a1f
files cadaver/receipt
line diff
     1.1 --- a/cadaver/receipt	Tue Feb 12 16:40:37 2019 +0100
     1.2 +++ b/cadaver/receipt	Tue Feb 12 16:53:42 2019 +0100
     1.3 @@ -1,27 +1,29 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cadaver"
     1.7 -VERSION="0.23.2"
     1.8 +VERSION="0.23.3"
     1.9  CATEGORY="network"
    1.10 +TAGS="webdav"
    1.11  SHORT_DESC="Command-line WEBDAV client."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="http://www.webdav.org/cadaver"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://www.webdav.org/cadaver"
    1.18  WGET_URL="$WEB_SITE/$TARBALL"
    1.19  
    1.20  DEPENDS="openssl libkrb5 krb5 expat neon readline zlib libcomerr3"
    1.21  BUILD_DEPENDS="openssl-dev krb5-dev krb5 expat-dev neon-dev readline-dev"
    1.22 -TAGS="webdav"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	cd $src
    1.28 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.29 -	--libexecdir=/usr/lib/litmus \
    1.30 -	--mandir=/usr/share/man \
    1.31 -	$CONFIGURE_ARGS &&
    1.32 +	./configure \
    1.33 +		--prefix=/usr \
    1.34 +		--infodir=/usr/share/info \
    1.35 +		--libexecdir=/usr/lib/litmus \
    1.36 +		--mandir=/usr/share/man \
    1.37 +		$CONFIGURE_ARGS &&
    1.38  	make &&
    1.39  	make DESTDIR=$DESTDIR install
    1.40  }
    1.41 @@ -32,4 +34,3 @@
    1.42  	mkdir -p $fs/usr
    1.43  	cp -a $install/usr/bin $fs/usr
    1.44  }
    1.45 -