wok diff openssh/receipt @ rev 13847

frogatto: try to fix build (Boost 1.47 removed a deprecated function...) btw, we use boost 1.50
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 09 01:13:47 2013 +0000 (2013-01-09)
parents 33864a14f229
children ad75caa9d2b8
line diff
     1.1 --- a/openssh/receipt	Fri May 20 20:13:30 2011 +0000
     1.2 +++ b/openssh/receipt	Wed Jan 09 01:13:47 2013 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="openssh"
     1.7 -VERSION="5.8p2"
     1.8 +VERSION="5.9p1"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Openbsd Secure Shell."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -22,7 +22,7 @@
    1.13  		--libexecdir=/usr/sbin \
    1.14  		$CONFIGURE_ARGS &&
    1.15  	make &&
    1.16 -	make DESTDIR=$PWD/_pkg install
    1.17 +	make DESTDIR=$DESTDIR install
    1.18  }
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21 @@ -32,7 +32,7 @@
    1.22  	cp -a $_pkg/usr/sbin $_pkg/usr/bin $fs/usr
    1.23  	rm -f $fs/usr/sbin/sftp-server
    1.24  	cp -a $_pkg/etc $fs
    1.25 -	cp stuff/openssh $fs/etc/init.d
    1.26 +	cp $stuff/openssh $fs/etc/init.d
    1.27  	sed -i 's|/usr/libexec/sftp-server|/usr/sbin/sftp-server|' \
    1.28  		$fs/etc/ssh/sshd_config
    1.29  }