Update to v4.29_9680-1

This commit is contained in:
Jonathan Liu 2019-04-06 14:19:12 +11:00
parent 3b33e93066
commit 074e3dc716
4 changed files with 23 additions and 115 deletions

View file

@ -1,30 +1,27 @@
# Maintainer: Tun Win Naing <twnaing(at)outlook(dot)com>
# Maintainer: Jonathan Liu <net147@gmail.com>
pkgname=softethervpn
pkgver=v4.25_9656
pkgrel=5
pkgver=v4.29_9680
pkgrel=1
pkgdesc="Multi-protocol VPN Program from University of Tsukuba"
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
source=('http://www.softether-download.com/files/softether/v4.25-9656-rtm-2018.01.15-tree/Source_Code/softether-src-v4.25-9656-rtm.tar.gz'
url="https://www.softether.org/"
license=('Apache')
depends=('bash' 'openssl' 'zlib')
source=("https://github.com/SoftEtherVPN/SoftEtherVPN_Stable/releases/download/${pkgver//_/-}-rtm/softether-src-${pkgver//_/-}-rtm.tar.gz"
'aarch64.patch'
'openssl.patch'
'softethervpn-bridge.service'
'softethervpn-client.service'
'softethervpn-server.service')
sha1sums=('5ceb11866af212278c8a151bb40a2a048bdd7fea'
'75d351833c41ee4c54d4ad18dde678e6df47e220'
'59565cedebeb65452aed776b582bc3b833872686'
'12a3919aabcdd7531320056a4b43072892232925'
'ba594c7defb52548369726c56e2cad633019abef'
'06cd320553daf0dffdf6a81a22d630fbe211fc33')
license=('GPL')
depends=('bash' 'openssl' 'zlib')
url="http://www.softether.org/"
md5sums=('0b0bf86c59374f5ea1dbde20b3a3b5d3'
'8b92f69f9d8d852a3739d0e48bad0454'
'1d54c0065ae8947bd8455b9e2050c1af'
'a1134fea991e6e00dc4910b1be16dc73'
'b54b4f68d56555ddfffc50c2c399624f')
build(){
cd "${srcdir}/${pkgver//_/-}"
patch -Np1 -i "${srcdir}/aarch64.patch"
patch -Np1 -i "${srcdir}/openssl.patch"
if [ "${CARCH}" == "i686" ]; then
cp src/makefiles/linux_32bit.mak Makefile
@ -57,3 +54,5 @@ package(){
install -d "${pkgdir}"/usr/lib/systemd/system
install -Dm644 "${srcdir}"/*.service "${pkgdir}"/usr/lib/systemd/system
}
# vim:set ts=2 sw=2 et: