mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: pd-mapper-1.0
This commit is contained in:
parent
61e227b4d0
commit
d0e98eeba2
2 changed files with 22 additions and 0 deletions
3
srcpkgs/pd-mapper/files/pd-mapper/run
Normal file
3
srcpkgs/pd-mapper/files/pd-mapper/run
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
[ -r conf ] && . ./conf
|
||||||
|
exec pd-mapper $OPTS
|
19
srcpkgs/pd-mapper/template
Normal file
19
srcpkgs/pd-mapper/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'pd-mapper'
|
||||||
|
pkgname=pd-mapper
|
||||||
|
version=1.0
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
makedepends="qrtr-ns-devel"
|
||||||
|
short_desc="Qualcomm Protection Domain mapper"
|
||||||
|
maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
|
homepage="https://github.com/andersson/pd-mapper"
|
||||||
|
distfiles="https://github.com/andersson/pd-mapper/archive/v${version}.tar.gz"
|
||||||
|
checksum=1788da29a9eb257a14249fff86c1ae6a0507116480608bffa38967d1bda77650
|
||||||
|
# FIXME: make_use_env=1 instead in next release
|
||||||
|
LDFLAGS+=" -lqrtr"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
vsv pd-mapper
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue