connect: initial release
This commit is contained in:
parent
bb38538cdb
commit
3f3872c3d5
3
connect/.footprint
Normal file
3
connect/.footprint
Normal 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
1
connect/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
59e8606e63cd9949aa2520b75f7c1bf6 connect.c
|
15
connect/Pkgfile
Normal file
15
connect/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user