a8d6b6 groups/241.native_packages_inet.group: add proxytunnel v1.10.20200507

2 files Authored by Redfoxmoon 4 years ago, Committed by Lucio Andrés Illanes Albornoz 4 years ago,
    groups/241.native_packages_inet.group: add proxytunnel v1.10.20200507
    
    Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
    
        
groups/241.native_packages_inet.group CHANGED
@@ -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
: ${PKG_APK_TOOLS_DEPENDS:="libfetch 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
+ : ${PKG_PROXYTUNNEL_CFLAGS_BUILD_EXTRA:="-Wall -g3 -O0 --sysroot=${PREFIX_NATIVE}"};
181
+ : ${PKG_PROXYTUNNEL_LDFLAGS_BUILD_EXTRA:="-L${PREFIX_NATIVE}/lib -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};
patches/proxytunnel-1.10.20200507.local.patch ADDED
@@ -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
+ @@ -90,7 +90,6 @@
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 $@ $<