mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
removed extra/kdeedu-kalzium
This commit is contained in:
parent
04d490a59d
commit
2b379beee3
1 changed files with 0 additions and 34 deletions
|
@ -1,34 +0,0 @@
|
||||||
# $Id$
|
|
||||||
# Maintainer: Felix Yan <felixonmars@archlinux.org>
|
|
||||||
# Contributor: Andrea Scarpino <andrea@archlinux.org>
|
|
||||||
|
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
|
||||||
# - drop avogadro depend for now: GL-only
|
|
||||||
|
|
||||||
pkgname=kdeedu-kalzium
|
|
||||||
pkgver=16.08.3
|
|
||||||
pkgrel=1
|
|
||||||
pkgdesc="Periodic Table of Elements"
|
|
||||||
url="http://kde.org/applications/education/kalzium/"
|
|
||||||
arch=('i686' 'x86_64')
|
|
||||||
license=('GPL' 'LGPL' 'FDL')
|
|
||||||
groups=('kde-applications' 'kdeedu')
|
|
||||||
depends=('kdebase-runtime' 'chemical-mime-data')
|
|
||||||
makedepends=('cmake' 'automoc4' 'mesa' 'eigen' 'facile' 'ocaml')
|
|
||||||
source=("http://download.kde.org/stable/applications/${pkgver}/src/kalzium-${pkgver}.tar.xz")
|
|
||||||
sha1sums=('ca68516e652e5adeb74ea11f51c3ed71859dd42c')
|
|
||||||
|
|
||||||
build() {
|
|
||||||
mkdir -p build
|
|
||||||
cd build
|
|
||||||
cmake ../kalzium-${pkgver} \
|
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
|
||||||
-DKDE4_BUILD_TESTS=OFF \
|
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr
|
|
||||||
make
|
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
|
||||||
cd build
|
|
||||||
make DESTDIR="${pkgdir}" install
|
|
||||||
}
|
|
Loading…
Reference in a new issue