wok diff ucarp/receipt @ rev 17903

smbclient: symlink smbspool to cups backend (again)
author Richard Dunbar <mojo@slitaz.org>
date Sat Apr 04 10:31:10 2015 -0400 (2015-04-04)
parents 039dfd03d1b3
children a31ec0e0df8e
line diff
     1.1 --- a/ucarp/receipt	Fri Feb 03 00:14:48 2012 +0100
     1.2 +++ b/ucarp/receipt	Sat Apr 04 10:31:10 2015 -0400
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Portable implementation of the CARP protocol."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="BSD"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://www.ucarp.org/project/ucarp"
    1.10  WGET_URL="http://download.pureftpd.org/pub/$PACKAGE/$TARBALL"
    1.11 @@ -22,12 +23,12 @@
    1.12  		--localstatedir=/var \
    1.13  	$CONFIGURE_ARGS &&
    1.14  	make &&
    1.15 -	make DESTDIR=$PWD/_pkg install
    1.16 +	make DESTDIR=$DESTDIR install
    1.17  }
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.   
    1.20  genpkg_rules()                                      
    1.21  {
    1.22  	mkdir -p $fs/usr
    1.23 -	cp -a $_pkg/usr/sbin $fs/usr
    1.24 +	cp -a $install/usr/sbin $fs/usr
    1.25  }