[arch-commits] Commit in bbswitch/repos (2 files)
Jan Steffens
heftig at archlinux.org
Fri Oct 11 19:26:49 UTC 2019
Date: Friday, October 11, 2019 @ 19:26:48
Author: heftig
Revision: 515121
archrelease: copy trunk to community-testing-x86_64
Added:
bbswitch/repos/community-testing-x86_64/
bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 515115, bbswitch/trunk/PKGBUILD)
----------+
PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 515115, bbswitch/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2019-10-11 19:26:48 UTC (rev 515121)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: M0Rf30
+# Contributor: Samsagax <samsagax at gmail.com>
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=258
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch"
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz")
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+ cd ${pkgbase}-${pkgver}
+ make KDIR=/usr/src/linux
+}
+
+package_bbswitch() {
+ cd ${pkgbase}-${pkgver}
+ _extradir="/usr/lib/modules/$(</usr/src/linux/version)/extramodules"
+ install -Dt "${pkgdir}${_extradir}" -m644 *.ko
+ find "${pkgdir}" -name '*.ko' -exec xz {} +
+}
+
+package_bbswitch-dkms() {
+ depends=('dkms')
+ conflicts=('bbswitch')
+ provides=('bbswitch')
+
+ cd ${pkgbase}-${pkgver}
+ install -Dt "${pkgdir}/usr/src/${pkgbase}-${pkgver}" -m644 Makefile bbswitch.c dkms/dkms.conf
+}
More information about the arch-commits
mailing list