New package: qrtr-ns-1.0
This commit is contained in:
@@ -4221,3 +4221,4 @@ libfst.so.25 openfst-1.8.2_1
|
|||||||
libvosk.so vosk-api-0.3.43_1
|
libvosk.so vosk-api-0.3.43_1
|
||||||
libdspy-1.so.1 d-spy-1.4.0_1
|
libdspy-1.so.1 d-spy-1.4.0_1
|
||||||
libpanel-1.so.1 libpanel-1.0.1_1
|
libpanel-1.so.1 libpanel-1.0.1_1
|
||||||
|
libqrtr.so.1 qrtr-ns-1.0_1
|
||||||
|
|||||||
1
srcpkgs/qrtr-ns-devel
Symbolic link
1
srcpkgs/qrtr-ns-devel
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
qrtr-ns
|
||||||
1
srcpkgs/qrtr-ns/files/qrtr-ns/log/run
Symbolic link
1
srcpkgs/qrtr-ns/files/qrtr-ns/log/run
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
/usr/bin/vlogger
|
||||||
4
srcpkgs/qrtr-ns/files/qrtr-ns/run
Normal file
4
srcpkgs/qrtr-ns/files/qrtr-ns/run
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
[ -r conf ] && . ./conf
|
||||||
|
: ${OPTS:=-f 1}
|
||||||
|
exec qrtr-ns $OPTS
|
||||||
25
srcpkgs/qrtr-ns/template
Normal file
25
srcpkgs/qrtr-ns/template
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
# Template file for 'qrtr-ns'
|
||||||
|
pkgname=qrtr-ns
|
||||||
|
version=1.0
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
short_desc="Userspace reference for net/qrtr in the Linux kernel"
|
||||||
|
maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
|
homepage="https://github.com/andersson/qrtr"
|
||||||
|
distfiles="https://github.com/andersson/qrtr/archive/v${version}.tar.gz"
|
||||||
|
checksum=dc5db4872ff0d3c43b5c6d115fadc94f393c9c8c89b4246e327853b466d6c49f
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
vsv qrtr-ns
|
||||||
|
}
|
||||||
|
|
||||||
|
qrtr-ns-devel_package() {
|
||||||
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user