dropbear: update to 2013.60

This commit is contained in:
Juergen Daubert 2013-10-18 09:31:34 +02:00
parent 6d81987966
commit 2f742635be
2 changed files with 3 additions and 6 deletions

View File

@ -1,2 +1,2 @@
e499ac93e2ce3c14c3806c4f74e74371 dropbear
6c1e6c2c297f4034488ffc95e8b7e6e9 dropbear-2013.59.tar.bz2
fffa2fec0c887201bed3a3cc6df7fa35 dropbear-2013.60.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: zlib
name=dropbear
version=2013.59
version=2013.60
release=1
source=(http://matt.ucc.asn.au/$name/releases/$name-$version.tar.bz2 \
$name)
@ -14,10 +14,7 @@ build () {
sed -i 's|libexec|lib/ssh|; s|bin/X11|bin|' options.h
./configure --prefix=/usr \
--bindir=/usr/bin \
--sbindir=/usr/sbin \
--mandir=/usr/man
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install