wok-next diff ldapfuse/receipt @ rev 20559

rrdtool: syntax error
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 07 17:41:33 2018 +0300 (2018-04-07)
parents fcf9e6ce8914
children a3c581bf52b8
line diff
     1.1 --- a/ldapfuse/receipt	Mon Sep 28 12:50:42 2015 +0200
     1.2 +++ b/ldapfuse/receipt	Sat Apr 07 17:41:33 2018 +0300
     1.3 @@ -1,31 +1,29 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="ldapfuse"
     1.8  VERSION="1.0"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="Provides a filesystem virtual view into an LDAP tree."
    1.11 +SHORT_DESC="Provides a filesystem virtual view into an LDAP tree"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14 +WEB_SITE="http://sourceforge.net/projects/ldapfuse/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.17 -WEB_SITE="http://sourceforge.net/projects/ldapfuse/"
    1.18 -WGET_URL="$SF_MIRROR/$PACKAGE/$VERSION/$TARBALL"
    1.19 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.20  
    1.21 -DEPENDS="libldap fuse libhx"
    1.22 -BUILD_DEPENDS="openldap-dev fuse-dev libhx-dev"
    1.23 +BUILD_DEPENDS="openldap-dev fuse2-dev libhx-dev"
    1.24  
    1.25 -# Rules to configure and make the package.
    1.26 -compile_rules()
    1.27 -{
    1.28 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.29 +compile_rules() {
    1.30 +	./configure \
    1.31 +		--prefix=/usr \
    1.32 +		--infodir=/usr/share/info \
    1.33  		--mandir=/usr/share/man \
    1.34  		$CONFIGURE_ARGS &&
    1.35  	make &&
    1.36  	make DESTDIR=$DESTDIR install
    1.37  }
    1.38  
    1.39 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.40 -genpkg_rules()
    1.41 -{
    1.42 -	mkdir -p $fs/usr
    1.43 -	cp -a $install/usr/bin $fs/usr
    1.44 +genpkg_rules() {
    1.45 +	copy @std
    1.46 +	DEPENDS="libldap fuse2 libhx"
    1.47  }