wok-next diff dropbear/receipt @ rev 12752

Up erlang (R15B01)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 11 13:17:29 2012 +0200 (2012-05-11)
parents 890a8d86a257
children b2cca7c91b35
line diff
     1.1 --- a/dropbear/receipt	Fri Jan 13 11:41:34 2012 +0100
     1.2 +++ b/dropbear/receipt	Fri May 11 13:17:29 2012 +0200
     1.3 @@ -1,13 +1,11 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dropbear"
     1.7 -VERSION="2011.54"
     1.8 +VERSION="2012.55"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Light SSH client and server."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 -DEPENDS="zlib"
    1.14 -BUILD_DEPENDS="zlib zlib-dev pam pam-dev"
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16  SUGGESTED="sftp-server"
    1.17  WEB_SITE="http://matt.ucc.asn.au/dropbear/dropbear.html"
    1.18  WGET_URL="http://matt.ucc.asn.au/dropbear/releases/$TARBALL"
    1.19 @@ -15,6 +13,9 @@
    1.20  PROVIDE="ssh"
    1.21  TAGS="ssh"
    1.22  
    1.23 +DEPENDS="zlib"
    1.24 +BUILD_DEPENDS="zlib-dev pam pam-dev"
    1.25 +
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28  {
    1.29 @@ -49,8 +50,8 @@
    1.30  genpkg_rules()
    1.31  {
    1.32  	mkdir -p $fs/usr
    1.33 -	cp -a $_pkg/usr/bin $fs/usr
    1.34 -	cp -a $_pkg/usr/sbin $fs/usr
    1.35 +	cp -a $install/usr/bin $fs/usr
    1.36 +	cp -a $install/usr/sbin $fs/usr
    1.37  	rm -f $fs/usr/sbin/dropbear-pam
    1.38  	# Config file and init script.
    1.39  	mkdir -p $fs/etc
    1.40 @@ -59,7 +60,7 @@
    1.41  	cp -a $stuff/sshx $fs/usr/bin
    1.42  	touch   $fs/etc/dropbear/dropbear_dss_host_key \
    1.43  		$fs/etc/dropbear/dropbear_rsa_host_key
    1.44 -	
    1.45 +
    1.46  	# Fix dropbear initscript perms
    1.47  	chown -R root.root $fs
    1.48  }