diff options
Diffstat (limited to 'user/wireguard-module-power8-64k/APKBUILD')
-rw-r--r-- | user/wireguard-module-power8-64k/APKBUILD | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/user/wireguard-module-power8-64k/APKBUILD b/user/wireguard-module-power8-64k/APKBUILD deleted file mode 100644 index 7b6448f8f..000000000 --- a/user/wireguard-module-power8-64k/APKBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# Contributor: Luis Ressel <aranea@aixah.de> -# Maintainer: Luis Ressel <aranea@aixah.de> -# KEEP THIS IN SYNC with the other wireguard-module packages. -_kflavour="-power8-64k" -_kver="4.14.138-mc15" -pkgver=0.0.20190913 -pkgrel=0 -_pkgname="wireguard-module$_kflavour" -pkgname="$_pkgname-$_kver" -_pkgreal="WireGuard" -pkgdesc="Kernel module for the WireGuard VPN, built for easy-kernel" -url="https://www.wireguard.com/" -arch="ppc64" -options="!check !dbg !strip" # no test suite -license="GPL-2.0-only" -provides="$_pkgname=$pkgver" -depends="easy-kernel$_kflavour-modules-$_kver" -makedepends="easy-kernel$_kflavour-src-$_kver" -source="https://git.zx2c4.com/WireGuard/snapshot/$_pkgreal-$pkgver.tar.xz" -builddir="$srcdir/$_pkgreal-$pkgver" - -build() { - cd "$builddir" - make -C src LDFLAGS="" KERNELDIR="/usr/src/linux-$_kver$_kflavour" module -} - -package() { - cd "$builddir" - make -C src DEPMOD=true KERNELDIR="/usr/src/linux-$_kver$_kflavour" INSTALL_MOD_PATH="$pkgdir" module-install -} - -sha512sums="0d6e754df2f919c288ffe46131df29624e9958d39220369558089218c386450733f2baf97eb5d14154aa17a8d6b01bb0c34e3a1c4587830ed0d792d6ef06aa05 WireGuard-0.0.20190913.tar.xz" |