tuxedo-keyboard: rename to tuxedo-drivers and update to 4.5.0
Description changed to fit "transitional dummy package" in 72 characters.
This commit is contained in:
parent
910cbd897b
commit
a026ec7b00
3 changed files with 27 additions and 21 deletions
26
srcpkgs/tuxedo-drivers/template
Normal file
26
srcpkgs/tuxedo-drivers/template
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
# Template file for 'tuxedo-drivers'
|
||||||
|
pkgname=tuxedo-drivers
|
||||||
|
version=4.5.0
|
||||||
|
revision=1
|
||||||
|
depends="dkms"
|
||||||
|
short_desc="TUXEDO hardware drivers"
|
||||||
|
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-drivers"
|
||||||
|
distfiles="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-drivers/-/archive/v${version}/tuxedo-drivers-v{version}.tar.gz"
|
||||||
|
checksum=b68d38a0f6d57c80c5cd63fb2e235dcf1808d3e98253a096c91757d73dad5fa4
|
||||||
|
|
||||||
|
dkms_modules="tuxedo-drivers ${version}"
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
sed "s/#MODULE_VERSION#/${version}/" debian/tuxedo-drivers.dkms > src/dkms.conf
|
||||||
|
vmkdir usr/src/${pkgname}-${version}
|
||||||
|
vcopy src/* usr/src/${pkgname}-${version}
|
||||||
|
vinstall tuxedo_keyboard.conf 644 usr/lib/modprobe.d/
|
||||||
|
}
|
||||||
|
|
||||||
|
tuxedo-keyboard_package() {
|
||||||
|
depends="tuxedo-drivers>=${version}_${revision}"
|
||||||
|
short_desc+=" - transitional dummy package"
|
||||||
|
build_style=meta
|
||||||
|
}
|
1
srcpkgs/tuxedo-keyboard
Symbolic link
1
srcpkgs/tuxedo-keyboard
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
tuxedo-drivers
|
|
@ -1,21 +0,0 @@
|
||||||
# Template file for 'tuxedo-keyboard'
|
|
||||||
pkgname=tuxedo-keyboard
|
|
||||||
version=3.2.14
|
|
||||||
revision=1
|
|
||||||
depends="dkms"
|
|
||||||
short_desc="TUXEDO kernel module drivers for keyboard & general hardware I/O"
|
|
||||||
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
|
||||||
license="GPL-3.0-or-later"
|
|
||||||
homepage="https://github.com/tuxedocomputers/tuxedo-keyboard"
|
|
||||||
distfiles="https://github.com/tuxedocomputers/tuxedo-keyboard/archive/v${version}.tar.gz"
|
|
||||||
checksum=e743f5878dc52ba671d4cd47707b00e7fa2c884ca540c99919f8a03345e2f354
|
|
||||||
|
|
||||||
dkms_modules="tuxedo-keyboard ${version}"
|
|
||||||
|
|
||||||
do_install() {
|
|
||||||
vmkdir usr/src/${pkgname}-${version}
|
|
||||||
vcopy src usr/src/${pkgname}-${version}
|
|
||||||
vcopy dkms.conf usr/src/${pkgname}-${version}
|
|
||||||
vcopy Makefile usr/src/${pkgname}-${version}
|
|
||||||
vinstall tuxedo_keyboard.conf 644 usr/lib/modprobe.d/
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue