summaryrefslogtreecommitdiff
path: root/socat
diff options
context:
space:
mode:
authorJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
committerJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
commitbdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch)
tree1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /socat
downloadopt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz
opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz
create branch for 2.2
Diffstat (limited to 'socat')
-rw-r--r--socat/.footprint8
-rw-r--r--socat/.md5sum1
-rw-r--r--socat/Pkgfile16
3 files changed, 25 insertions, 0 deletions
diff --git a/socat/.footprint b/socat/.footprint
new file mode 100644
index 000000000..c4392feec
--- /dev/null
+++ b/socat/.footprint
@@ -0,0 +1,8 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/filan
+-rwxr-xr-x root/root usr/bin/procan
+-rwxr-xr-x root/root usr/bin/socat
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/socat.1.gz
diff --git a/socat/.md5sum b/socat/.md5sum
new file mode 100644
index 000000000..91a87ca3e
--- /dev/null
+++ b/socat/.md5sum
@@ -0,0 +1 @@
+6401dc562c3499100e52f1e6356714e3 socat-1.4.3.1.tar.gz
diff --git a/socat/Pkgfile b/socat/Pkgfile
new file mode 100644
index 000000000..bb7c83205
--- /dev/null
+++ b/socat/Pkgfile
@@ -0,0 +1,16 @@
+# Description: SOcket CAT - netcat-like utility with many enhancements
+# URL: http://www.dest-unreach.org/socat
+# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
+# Depends on: ncurses, openssl, readline
+
+name=socat
+version=1.4.3.1
+release=1
+source=(http://www.dest-unreach.org/socat/download/$name-$version.tar.gz)
+
+build () {
+ cd $name-1.4
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit