From 546eb848ec119b83f8334bec34036ea69200cee7 Mon Sep 17 00:00:00 2001 From: Amin Sameti Date: Fri, 3 Feb 2023 23:12:42 +0330 Subject: [PATCH 1/2] New package: ptunnel-ng-1.42 --- srcpkgs/ptunnel-ng/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/ptunnel-ng/template diff --git a/srcpkgs/ptunnel-ng/template b/srcpkgs/ptunnel-ng/template new file mode 100644 index 000000000000..dd7c92911064 --- /dev/null +++ b/srcpkgs/ptunnel-ng/template @@ -0,0 +1,16 @@ +# Template file for 'ptunnel-ng' +pkgname=ptunnel-ng +version=1.42 +revision=1 +build_style=configure +configure_args="--prefix=/usr --libdir=/usr/lib --host=${XBPS_CROSS_TRIPLET}" +short_desc="TCP forwarder and proxy used for ICMP/UDP tunneling" +maintainer="Amin Sameti " +license=BSD +homepage=https://github.com/utoni/ptunnel-ng +distfiles=${homepage}/archive/refs/tags/v${version}.tar.gz +checksum=5ee6b101e4e252ea98e3337da6542d73b7f33de49a89014276cc98a70142ab10 + +post_install() { + vlicense COPYING +} From a3721d2ba9272b4330a704ea64c4c700400d44c0 Mon Sep 17 00:00:00 2001 From: Amin Sameti Date: Sat, 4 Feb 2023 16:20:09 +0330 Subject: [PATCH 2/2] Change build style to gnu, and more specific license id --- srcpkgs/ptunnel-ng/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ptunnel-ng/template b/srcpkgs/ptunnel-ng/template index dd7c92911064..f7b94e87f83a 100644 --- a/srcpkgs/ptunnel-ng/template +++ b/srcpkgs/ptunnel-ng/template @@ -2,11 +2,11 @@ pkgname=ptunnel-ng version=1.42 revision=1 -build_style=configure +build_style=gnu-configure configure_args="--prefix=/usr --libdir=/usr/lib --host=${XBPS_CROSS_TRIPLET}" short_desc="TCP forwarder and proxy used for ICMP/UDP tunneling" maintainer="Amin Sameti " -license=BSD +license=BSD-3-Clause homepage=https://github.com/utoni/ptunnel-ng distfiles=${homepage}/archive/refs/tags/v${version}.tar.gz checksum=5ee6b101e4e252ea98e3337da6542d73b7f33de49a89014276cc98a70142ab10