socat: update to 1.5.0.0

This commit is contained in:
Juergen Daubert 2006-07-15 08:09:48 +00:00
parent d120df32af
commit 03415b8e5d
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
6401dc562c3499100e52f1e6356714e3 socat-1.4.3.1.tar.gz
ec3625130168176257f4239ece2508ae socat-1.5.0.0.tar.gz

View File

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