mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
New package: wireless-regdb-2023.09.01
This commit is contained in:
parent
9203e0f932
commit
c71a9b744d
1 changed files with 21 additions and 0 deletions
21
srcpkgs/wireless-regdb/template
Normal file
21
srcpkgs/wireless-regdb/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'wireless-regdb'
|
||||
pkgname=wireless-regdb
|
||||
version=2023.09.01
|
||||
revision=1
|
||||
short_desc="Regulatory database used by Linux"
|
||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||
license="ISC"
|
||||
homepage="https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb"
|
||||
distfiles="https://www.kernel.org/pub/software/network/wireless-regdb/wireless-regdb-${version}.tar.xz"
|
||||
checksum=26d4c2a727cc59239b84735aad856b7c7d0b04e30aa5c235c4f7f47f5f053491
|
||||
replaces="crda>=0"
|
||||
|
||||
post_patch() {
|
||||
vsed -i 's/[.]gz//' regulatory.db.5
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make install DESTDIR="${DESTDIR}" \
|
||||
MANDIR=usr/share/man FIRMWARE_PATH=usr/lib/firmware
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue