wok diff collectd-bind/receipt @ rev 20369

gnupg: make check
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Jun 10 08:04:53 2018 +0000 (2018-06-10)
parents 55d75f0e3533
children 826c1bab582b
line diff
     1.1 --- a/collectd-bind/receipt	Thu Nov 03 22:14:55 2011 +0100
     1.2 +++ b/collectd-bind/receipt	Sun Jun 10 08:04:53 2018 +0000
     1.3 @@ -6,6 +6,7 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Apache plugin for Collectd"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  DEPENDS="libcurl libxml2"
     1.9  BUILD_DEPENDS="libcurl curl-dev libxml2 libxml2-dev"
    1.10  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.11 @@ -24,7 +25,7 @@
    1.12  		--disable-all-plugins \
    1.13  		--sysconfdir=/etc/collectd \
    1.14  		$CONFIGURE_ARGS &&
    1.15 -	make && make DESTDIR=$PWD/_pkg install
    1.16 +	make && make DESTDIR=$DESTDIR install
    1.17  }
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20 @@ -32,6 +33,6 @@
    1.21  {
    1.22  	mkdir -p $fs/usr/lib/collectd
    1.23  
    1.24 -	cp -a $_pkg/usr/lib/collectd/bind.so* $fs/usr/lib/collectd
    1.25 +	cp -a $install/usr/lib/collectd/bind.so* $fs/usr/lib/collectd
    1.26  }
    1.27