mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/avogadro to 1.1.1-5
This commit is contained in:
parent
0e3b9d0c06
commit
975d7af9a4
1 changed files with 4 additions and 2 deletions
|
@ -8,12 +8,12 @@
|
|||
|
||||
pkgname=avogadro
|
||||
pkgver=1.1.1
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="An advanced molecular editor based on Qt"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://avogadro.openmolecules.net/wiki/Main_Page"
|
||||
license=('GPL2')
|
||||
depends=('openbabel' 'python2-pyqt' 'boost-libs' 'glew' 'python2-numpy')
|
||||
depends=('openbabel' 'python2-pyqt4' 'boost-libs' 'glew' 'python2-numpy')
|
||||
makedepends=('cmake' 'boost' 'doxygen' 'mesa-libgl' 'eigen2')
|
||||
install=avogadro.install
|
||||
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
|
||||
|
@ -33,6 +33,8 @@ prepare() {
|
|||
|
||||
build() {
|
||||
cd build
|
||||
|
||||
export CXXFLAGS="$CXXFLAGS -lX11"
|
||||
cmake ../${pkgname}-${pkgver} \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
|
|
Loading…
Reference in a new issue