1
0
forked from ports/opt

connect: initial release

This commit is contained in:
Jukka Heino 2005-12-18 16:49:00 +00:00
parent bb38538cdb
commit 3f3872c3d5
3 changed files with 19 additions and 0 deletions

3
connect/.footprint Normal file
View File

@ -0,0 +1,3 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/connect

1
connect/.md5sum Normal file
View File

@ -0,0 +1 @@
59e8606e63cd9949aa2520b75f7c1bf6 connect.c

15
connect/Pkgfile Normal file
View File

@ -0,0 +1,15 @@
# Description: Make socket connection using SOCKS4/5 and HTTP tunnel
# URL: http://www.taiyo.co.jp/~gotoh/ssh/connect.html
# Maintainer: Jukka Heino, jukka at karsikkopuu dot net
# Packager: Jukka Heino, jukka at karsikkopuu dot net
# Depends on:
name=connect
version=1.95
release=1
source=(http://www.taiyo.co.jp/~gotoh/ssh/$name.c)
build() {
install -d $PKG/usr/bin
gcc $CFLAGS $SRC/$name.c -o $PKG/usr/bin/$name
}