diff options
| -rw-r--r-- | repos/extra/socat/.checksum | 1 | ||||
| -rw-r--r-- | repos/extra/socat/.files | 14 | ||||
| -rw-r--r-- | repos/extra/socat/abuild | 4 |
3 files changed, 19 insertions, 0 deletions
diff --git a/repos/extra/socat/.checksum b/repos/extra/socat/.checksum new file mode 100644 index 00000000..697b5523 --- /dev/null +++ b/repos/extra/socat/.checksum @@ -0,0 +1 @@ +3596b991e41c123b0d65fb72691930fa4a9af97e8319490dfe443b3e246417b0 socat-1.8.0.3.tar.gz diff --git a/repos/extra/socat/.files b/repos/extra/socat/.files new file mode 100644 index 00000000..c447623b --- /dev/null +++ b/repos/extra/socat/.files @@ -0,0 +1,14 @@ +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 +lrwxrwxrwx root/root usr/bin/socat -> socat1 +-rwxr-xr-x root/root usr/bin/socat-broker.sh +-rwxr-xr-x root/root usr/bin/socat-chain.sh +-rwxr-xr-x root/root usr/bin/socat-mux.sh +-rwxr-xr-x root/root usr/bin/socat1 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +lrwxrwxrwx root/root usr/share/man/man1/socat.1.gz -> socat1.1.gz +-rw-r--r-- root/root usr/share/man/man1/socat1.1.gz diff --git a/repos/extra/socat/abuild b/repos/extra/socat/abuild new file mode 100644 index 00000000..06423db5 --- /dev/null +++ b/repos/extra/socat/abuild @@ -0,0 +1,4 @@ +name=socat +version=1.8.0.3 +release=1 +source="http://www.dest-unreach.org/${name}/download/${name}-${version}.tar.gz" |