diff options
| author | Shokara Kou <kou@13f0.net> | 2022-05-13 12:33:30 -0400 |
|---|---|---|
| committer | Shokara Kou <kou@13f0.net> | 2022-12-10 16:12:53 -0500 |
| commit | 980b56a6aceac818050cebc404960044b7682424 (patch) | |
| tree | c5eed9d484c9957da744f4c8c7e1cf6f31ace66b | |
| parent | d563bb0e03686f1e2e62dce26c4b3d53bb935432 (diff) | |
add proxychains-ng
| -rw-r--r-- | proxychains-ng/.footprint | 8 | ||||
| -rw-r--r-- | proxychains-ng/.md5sum | 1 | ||||
| -rw-r--r-- | proxychains-ng/Pkgfile | 21 |
3 files changed, 30 insertions, 0 deletions
diff --git a/proxychains-ng/.footprint b/proxychains-ng/.footprint new file mode 100644 index 0000000..c0be329 --- /dev/null +++ b/proxychains-ng/.footprint | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | drwxr-xr-x root/root etc/ | ||
| 2 | -rw-r--r-- root/root etc/proxychains.conf | ||
| 3 | drwxr-xr-x root/root usr/ | ||
| 4 | drwxr-xr-x root/root usr/bin/ | ||
| 5 | -rwxr-xr-x root/root usr/bin/proxychains4 | ||
| 6 | -rwxr-xr-x root/root usr/bin/proxychains4-daemon | ||
| 7 | drwxr-xr-x root/root usr/lib/ | ||
| 8 | -rw-r--r-- root/root usr/lib/libproxychains4.so | ||
diff --git a/proxychains-ng/.md5sum b/proxychains-ng/.md5sum new file mode 100644 index 0000000..4281f00 --- /dev/null +++ b/proxychains-ng/.md5sum | |||
| @@ -0,0 +1 @@ | |||
| 16161fd6ef88492f602845c68b9de2a8 proxychains-ng-4.16.tar.xz | |||
diff --git a/proxychains-ng/Pkgfile b/proxychains-ng/Pkgfile new file mode 100644 index 0000000..9bc2868 --- /dev/null +++ b/proxychains-ng/Pkgfile | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | # Description: DESCRIPTION | ||
| 2 | # URL: PROJECT_URL | ||
| 3 | # Maintainer: Shokara Kou, kou at 13f0 dot net | ||
| 4 | # Depends on: DEPENDENCIES | ||
| 5 | # Optional: OPTIONAL (remove if empty) | ||
| 6 | |||
| 7 | name=proxychains-ng | ||
| 8 | version=4.16 | ||
| 9 | release=1 | ||
| 10 | source=(http://ftp.barfooze.de/pub/sabotage/tarballs/$name-$version.tar.xz) | ||
| 11 | |||
| 12 | build() { | ||
| 13 | cd $name-$version | ||
| 14 | |||
| 15 | ./configure \ | ||
| 16 | --prefix=/usr \ | ||
| 17 | --sysconfdir=/etc | ||
| 18 | |||
| 19 | make | ||
| 20 | make DESTDIR=$PKG install install-config | ||
| 21 | } | ||
