modem/libqipcrtr4msmipc: improve APKBUILD formatting (MR 4230)

Also resolve apkbuild-lint errors.
This commit is contained in:
Luca Weiss 2023-07-05 18:28:22 +02:00 committed by Oliver Smith
parent 7dbb476f4d
commit df89903082
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -5,14 +5,12 @@ pkgdesc="LD_PRELOADable library to emulate AF_QIPCRTR socket on devices with onl
url="https://github.com/scintill/libqipcrtr4msmipc"
arch="armhf armv7 aarch64"
license="GPL-3.0-or-later"
_tag="v${pkgver}"
_tag="v$pkgver"
makedepends="msmipc-dev"
source="$pkgname-$_tag.tar.gz::https://github.com/scintill/libqipcrtr4msmipc/archive/${_tag}.tar.gz"
source="$pkgname-$_tag.tar.gz::https://github.com/scintill/libqipcrtr4msmipc/archive/$_tag.tar.gz"
options="!check"
builddir="$srcdir/libqipcrtr4msmipc-$pkgver"
build() {
cd "$builddir"
make C_INCLUDE_PATH=/usr/src/msmipc-dev/include
}