20 lines
576 B
Bash
20 lines
576 B
Bash
# 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/linux-msm/pd-mapper"
|
|
distfiles="https://github.com/linux-msm/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
|
|
}
|