extra/cantor to 19.08.0-2

This commit is contained in:
Kevin Mihelich 2019-08-25 21:20:38 +00:00
parent e368cdb289
commit c66bb39866

View file

@ -7,7 +7,7 @@
pkgname=cantor pkgname=cantor
pkgver=19.08.0 pkgver=19.08.0
pkgrel=1 pkgrel=2
pkgdesc="KDE Frontend to Mathematical Software" pkgdesc="KDE Frontend to Mathematical Software"
url="https://kde.org/applications/education/cantor/" url="https://kde.org/applications/education/cantor/"
arch=(x86_64) arch=(x86_64)
@ -35,7 +35,6 @@ prepare() {
build() { build() {
cd build cd build
cmake ../$pkgname-$pkgver \ cmake ../$pkgname-$pkgver \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_TESTING=OFF \ -DBUILD_TESTING=OFF \
-DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \ -DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \