a8d6b6
groups/241.native_packages_inet.group: add proxytunnel v1.10.20200507
@@ -6,7 +6,7 @@ NATIVE_PACKAGES_PACKAGES="$(rtl_lconcat "${NATIVE_PACKAGES_PACKAGES}" "
|
|
6
6
|
apk_tools aria2 bind ca_certificates curl dropbear fetchmail git gnupg
|
7
7
|
gnutls httpd icecast inetutils irssi isync ldns lighttpd lynx mailutils
|
8
8
|
microsocks mtr mutt nginx nullmailer openlitespeed opensmtpd openssh
|
9
|
-
pacman rsync socat thttpd w3m weechat wget whois")";
|
9
|
+
pacman proxytunnel rsync socat thttpd w3m weechat wget whois")";
|
10
10
|
libressl libz"};
|
11
11
|
: ${PKG_APK_TOOLS_SHA256SUM:=def2b2c23cd12fd2a9c19be49653b0d1bf9d81a26dac5a0ee79a1351d674f93b};
|
12
12
|
: ${PKG_APK_TOOLS_VERSION:=2.6.8};
|
@@ -172,6 +172,13 @@ pacman rsync socat thttpd w3m weechat wget whois")";
|
|
172
172
|
: ${PKG_PACMAN_URL:=https://projects.archlinux.org/pacman.git/snapshot/pacman-${PKG_PACMAN_VERSION}.tar.gz};
|
173
173
|
: ${PKG_PACMAN_CONFIGURE_ARGS_EXTRA:=--disable-doc};
|
174
174
|
: ${PKG_PACMAN_DISABLED:=1};
|
175
|
+
: ${PKG_PROXYTUNNEL_SHA256SUM:=6495430e9c60d3df53824a7a0f3bea9953a89d083a3718c72db04dc4d40755ac};
|
176
|
+
: ${PKG_PROXYTUNNEL_VERSION:=1.10.20200507}
|
177
|
+
: ${PKG_PROXYTUNNEL_URL:=https://github.com/proxytunnel/proxytunnel/archive/v${PKG_PROXYTUNNEL_VERSION}.tar.gz};
|
178
|
+
: ${PKG_PROXYTUNNEL_SUBDIR:=proxytunnel-${PKG_PROXYTUNNEL_VERSION}};
|
179
|
+
: ${PKG_PROXYTUNNEL_BUILD_DIR:=${PKG_PROXYTUNNEL_SUBDIR}};
|
180
|
+
_NATIVE}"};
-g3 -O0 --sysroot=${PREFIX
|
181
|
+
-lssl -lcrypto"};
|
175
182
|
: ${PKG_RSYNC_SHA256SUM:=55cc554efec5fdaad70de921cd5a5eeb6c29a95524c715f3bbf849235b0800c0};
|
176
183
|
: ${PKG_RSYNC_VERSION:=3.1.3};
|
177
184
|
: ${PKG_RSYNC_URL:=https://download.samba.org/pub/rsync/src/rsync-${PKG_RSYNC_VERSION}.tar.gz};
|
@@ -0,0 +1,11 @@
|
|
1
|
+
diff -ru proxytunnel-1.10.20200507.orig/Makefile proxytunnel-1.10.20200507/Makefile
|
2
|
+
--- proxytunnel-1.10.20200507.orig/Makefile 2020-05-07 17:17:41.000000000 +0200
|
3
|
+
+++ proxytunnel-1.10.20200507/Makefile 2020-05-22 12:14:53.409128241 +0200
|
4
|
+
|
5
|
+
install:
|
6
|
+
install -d $(DESTDIR)$(bindir)
|
7
|
+
install -p -m555 $(name) $(DESTDIR)$(bindir)
|
8
|
+
- $(MAKE) -C docs install
|
9
|
+
|
10
|
+
.c.o:
|
11
|
+
$(CC) $(CFLAGS) $(OPTFLAGS) -c -o $@ $<
|