pmaports/temp/kwallet-pam/APKBUILD
Oliver Smith f0159bd0aa
temp/*: don't build plamo related pkgs for armhf
postmarketos-ui-plasma-mobile has !armhf in its arches list, so it does
not make sense to build these packages for armhf either. Let's save some
building time.

[ci:skip-vercheck], [ci:skip-build]
2019-09-29 23:42:30 +02:00

25 lines
775 B
Text

# Forked from Alpine to build Plasma 5.17 pre-release
pkgname=kwallet-pam
pkgver=5.16.90
pkgrel=0
pkgdesc="KWallet PAM integration"
arch="all !armhf"
url="https://www.kde.org/workspaces/plasmadesktop/"
license="LGPL-2.1-or-later"
makedepends="extra-cmake-modules linux-pam-dev libgcrypt-dev socat kwallet-dev"
source="https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"
options="!check" # No tests available
build() {
cmake \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
make
}
package() {
DESTDIR="$pkgdir" make install
}
sha512sums="601c5414eb5a6bbc1458bc4d0e11340e7df20ed9a4dc9ac4ef8517dc63f5acd31568814a932652ac2ea4801a79fd73db3dbd89301f7196553a3eab85b196d463 kwallet-pam-5.16.90.tar.xz"