diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-27 07:04:41 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-27 07:04:41 +0000 |
| commit | 9b7d8c2e47670214743aad75decc2177a498321c (patch) | |
| tree | 6070042709b77a80592c3322a9d11e30b8a63601 /repos | |
| parent | be37abf29fd8c5bddc676884b8c2e76c3c225137 (diff) | |
| download | alicelinux-9b7d8c2e47670214743aad75decc2177a498321c.tar.gz alicelinux-9b7d8c2e47670214743aad75decc2177a498321c.zip | |
socat: new added
Diffstat (limited to 'repos')
| -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" |