mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/ktnef: new aport
This commit is contained in:
parent
e96223c293
commit
4554aae016
30
testing/ktnef/APKBUILD
Normal file
30
testing/ktnef/APKBUILD
Normal file
@ -0,0 +1,30 @@
|
||||
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=ktnef
|
||||
pkgver=19.04.2
|
||||
pkgrel=0
|
||||
pkgdesc="API for handling TNEF data"
|
||||
arch="all"
|
||||
url="https://kontact.kde.org/"
|
||||
license="LGPL-2.0-or-later"
|
||||
depends_dev="qt5-qtbase-dev kcalcore-dev kcalutils-dev kcontacts-dev ki18n-dev"
|
||||
makedepends="$depends_dev extra-cmake-modules"
|
||||
source="https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"
|
||||
subpackages="$pkgname-dev $pkgname-lang"
|
||||
|
||||
build() {
|
||||
cmake \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
CTEST_OUTPUT_ON_FAILURE=TRUE ctest
|
||||
}
|
||||
|
||||
package() {
|
||||
DESTDIR="$pkgdir" make install
|
||||
}
|
||||
sha512sums="8e553eb5e775c8e133f61e6f94c8ddd1cae14a81a6d71c2f62d1b80909d39e60b73bb39ee025c86e63d123f28470c634a0cc3c8b3e5a438d5ac1487be2ee1d86 ktnef-19.04.2.tar.xz"
|
||||
Loading…
x
Reference in New Issue
Block a user