contrib/kconfig/Pkgfile

22 lines
570 B
Plaintext
Raw Normal View History

2020-12-05 13:47:49 +01:00
# Description: Framework for reading and writing configuration
2020-12-13 15:11:49 +01:00
# URL: https://api.kde.org/frameworks/kconfig/html
2020-12-05 13:47:49 +01:00
# Maintainer: Stamatin Cristina, dear dot volgk at gmail dot com
# Depends on: extra-cmake-modules qt5
name=kconfig
2022-06-18 23:30:43 +02:00
version=5.95.0
2020-12-05 13:47:49 +01:00
release=1
source=(https://download.kde.org/stable/frameworks/${version%.*}/$name-$version.tar.xz)
build() {
rm -r $name-$version/po/*
cmake -S$name-$version -Bbuild \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/kf5
cmake --build build -v
DESTDIR=$PKG cmake --install build
}