aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2020-02-13 18:52:52 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2020-02-13 18:52:59 +0000
commita7f6bacb296be91aa5bdc95e384e36b82109df45 (patch)
treed9c30564dcfb1d5bf7025091c0efd64b82e207da /testing
parent7beb8568756c5b25fdde6efb71bfad3e3bca89d6 (diff)
downloadaports-a7f6bacb296be91aa5bdc95e384e36b82109df45.tar.bz2
aports-a7f6bacb296be91aa5bdc95e384e36b82109df45.tar.xz
testing/ideapad-laptop-modules-lts: remove
This module is not used
Diffstat (limited to 'testing')
-rw-r--r--testing/ideapad-laptop-modules-lts/APKBUILD47
1 files changed, 0 insertions, 47 deletions
diff --git a/testing/ideapad-laptop-modules-lts/APKBUILD b/testing/ideapad-laptop-modules-lts/APKBUILD
deleted file mode 100644
index d1b59be934..0000000000
--- a/testing/ideapad-laptop-modules-lts/APKBUILD
+++ /dev/null
@@ -1,47 +0,0 @@
-# Contributor: Kevin Daudt <kdaudt@alpinelinux.org>
-# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
-
-_kver=5.4.18
-_krel=0
-_flavor="$FLAVOR"
-[ -z "$_flavor" ] && _flavor=lts
-
-pkgname="ideapad-laptop-modules-lts"
-pkgver="0_git20190621"
-_commit=3fb21b7e078bb69d692ff31b666188d5f9d9ae01
-pkgrel=0
-pkgdesc="Wifi drivers for Lenovo Ideapad"
-url="https://github.com/jeremyb31/ideapad-laptop"
-arch="x86_64 x86" # Device is only x86*
-license="GPL-2.0-or-later"
-makedepends="linux-lts-dev"
-options="!check"
-source="$pkgname-$pkgver.tar.gz::https://github.com/jeremyb31/ideapad-laptop/archive/$_commit.tar.gz"
-builddir="$srcdir/ideapad-laptop-$_commit"
-
-prepare() {
- default_prepare
-
- if [ -z "$FLAVOR" ]; then
- (
- . "$startdir"/../../main/linux-$_flavor/APKBUILD
- [ "$_kver" != "$pkgver" ] && die "please update _kver to $pkgver"
- [ "$_krel" != "$pkgrel" ] && die "please update _krel to $pkgrel"
- return 0
- )
- fi
-}
-
-build() {
- unset LDFLAGS
-
- make -j1 KVER=$_kver-$_krel-$_flavor \
- MODULES_DIR="/lib/modules/$_kver-$_krel-$_flavor"
-}
-
-package() {
- install -Dm0644 ideapad-laptop.ko \
- "$pkgdir"/lib/module/$_kver-$_krel-$_flavor/extra/ideapad-laptop.ko
-}
-
-sha512sums="2c560e9556331873d31beade4756208b15560400c0580218f7d4b8c07e68cd88c9e056c284e1330a601167f6cc3b8f777ccafa06d92ae227cf2c0a53185259fb ideapad-laptop-modules-lts-0_git20190621.tar.gz"