mirror of
https://github.com/arcan1s/pkgbuild.git
synced 2025-07-16 06:39:56 +00:00
Edited PKGBUILDs
This commit is contained in:
@ -1,20 +1,19 @@
|
||||
# Maintainer Evgeniy Alexeev <esalexeev@gmail.com>
|
||||
# Contributor: Xyne <ac xunilhcra enyx, backwards>
|
||||
# Contributor: Abhishek Dasgupta <abhidg@gmail.com>
|
||||
# Maintainer Evgeniy Alexeev <esalexeev@gmail.com>
|
||||
|
||||
pkgname=libghemical-mpqc
|
||||
_pkgname=libghemical
|
||||
pkgver=3.0.0
|
||||
pkgrel=1
|
||||
pkgdesc='Library containing computational chemistry facility of ghemical. Version with enabled mpqc and mopac7'
|
||||
pkgdesc="Library containing computational chemistry facility of ghemical. Version with enabled mpqc and mopac7"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://bioinformatics.org/ghemical/libghemical/"
|
||||
license=('GPL')
|
||||
arch=('x86_64' 'i686')
|
||||
url='http://bioinformatics.org/ghemical/libghemical/'
|
||||
depends=('gcc-libs' 'mopac7' 'mpqc-shared')
|
||||
makedepends=('openbabel' 'intltool>=0.40.0')
|
||||
makedepends=('intltool>=0.40.0' 'openbabel')
|
||||
conflicts=('libghemical')
|
||||
provides=('libghemical')
|
||||
replaces=('libghemical')
|
||||
source=(http://bioinformatics.org/ghemical/download/release20111012/${_pkgname}-${pkgver}.tar.gz)
|
||||
md5sums=('1d5c9c19bb119470d2bb41a7e681eafd')
|
||||
|
||||
@ -22,10 +21,11 @@ build()
|
||||
{
|
||||
cd ${srcdir}/${_pkgname}-${pkgver}
|
||||
./configure --prefix=/usr --enable-openbabel --enable-mpqc --enable-mopac7
|
||||
make -j3
|
||||
make || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
package()
|
||||
{
|
||||
cd ${srcdir}/${_pkgname}-${pkgver}
|
||||
make DESTDIR=${pkgdir} install
|
||||
make DESTDIR=${pkgdir} install || return 1
|
||||
}
|
||||
|
Reference in New Issue
Block a user