extra/avogadro to 1.1.1-5

This commit is contained in:
Kevin Mihelich 2015-04-28 12:31:18 +00:00
parent 0e3b9d0c06
commit 975d7af9a4

View file

@ -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 \