dropbear: update to 0.53

This commit is contained in:
Juergen Daubert 2011-02-27 18:58:20 +01:00
parent 8f2308ce4c
commit af8f1e276e
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
e499ac93e2ce3c14c3806c4f74e74371 dropbear
1c69ec674481d7745452f68f2ea5597e dropbear-0.52.tar.gz
4c2ab8ea7662d05438f15832a064608a dropbear-0.53.tar.gz

View File

@ -4,14 +4,14 @@
# Depends on: zlib
name=dropbear
version=0.52
version=0.53
release=1
source=(http://matt.ucc.asn.au/$name/releases/$name-$version.tar.gz \
$name)
build () {
cd $name-$version
sed -i 's|libexec|lib/ssh|; s|X11R6/bin|bin|' options.h
sed -i 's|libexec|lib/ssh|; s|X11R6/bin|bin|; s|bin/X11|bin|' options.h
./configure --prefix=/usr
make
make DESTDIR=$PKG install