pmaports/modem/rpmsgexport/APKBUILD
Joey Hewitt 0272a7de51 ofono QMI: mainline kernel support (#1381)
Add modem-qcom-msm-downstream-common package that pulls in the
dependencies.

qcom_rmtfs now has udev rules to find the storage partitions. My hope
is they can be written flexibly enough to cover all devices and kernel
flavors.
2018-05-10 21:28:51 +00:00

28 lines
709 B
Text

pkgname=rpmsgexport
pkgver=0.0_git20180228
pkgrel=0
pkgdesc="Create rpmsg endpoint devices"
url="https://github.com/andersson/rpmsgexport"
arch="all"
license="BSD-3-Clause"
depends=""
makedepends=""
subpackages=""
_commit="324d88d668f36c6a5e6a9c2003a050b8a5a3cd60"
source="
rpmsgexport.tgz::https://github.com/andersson/rpmsgexport/archive/"$_commit".tar.gz
"
builddir="$srcdir""/rpmsgexport-"$_commit
options="!check"
build() {
cd "$builddir"
make
}
package() {
cd "$builddir"
install -D -m 755 rpmsgexport "$pkgdir"/usr/sbin/rpmsgexport
}
sha512sums="c5915bd217afc19dd92d2eefebe17abfeacc54345e7717d6171ad997e07403d5cb54963ed991fe4858937f6be1208de0d823692229f76fb1c8e875c0a3b1004b rpmsgexport.tgz"