25 lines
768 B
Text
25 lines
768 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"
|
|
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"
|