socat: update to 1.7.0.0

This commit is contained in:
Juergen Daubert 2008-10-16 12:46:57 +02:00
parent a83540e7e3
commit ce988f4946
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
5a6a1d1e398d5c4d32fa6515baf477af socat-1.6.0.1.tar.gz 82967132b5a8ca4d07e54370fdcb2662 socat-1.7.0.0.tar.gz

View File

@ -4,13 +4,13 @@
# Depends on: ncurses, openssl, readline # Depends on: ncurses, openssl, readline
name=socat name=socat
version=1.6.0.1 version=1.7.0.0
release=1 release=1
source=(http://www.dest-unreach.org/socat/download/$name-$version.tar.gz) source=(http://www.dest-unreach.org/socat/download/$name-$version.tar.gz)
build () { build () {
cd $name-$version cd $name-$version
./configure --prefix=/usr ./configure --prefix=/usr --mandir=/usr/man
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }