summaryrefslogtreecommitdiff
path: root/community/libghemical
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-01 23:14:46 +0000
committerroot <root@rshg054.dnsready.net>2011-12-01 23:14:46 +0000
commit9e9ab642711f2424f828e21d14b98c45cdef2b29 (patch)
tree5c1495cfda2b453e377084bad1b20e431e119063 /community/libghemical
parentbc0657f7159d0b01373ecb59afc426b98a172b1e (diff)
Thu Dec 1 23:14:46 UTC 2011
Diffstat (limited to 'community/libghemical')
-rw-r--r--community/libghemical/PKGBUILD23
1 files changed, 12 insertions, 11 deletions
diff --git a/community/libghemical/PKGBUILD b/community/libghemical/PKGBUILD
index cf0a8df0f..1514a9674 100644
--- a/community/libghemical/PKGBUILD
+++ b/community/libghemical/PKGBUILD
@@ -1,9 +1,8 @@
-# $Id: PKGBUILD 13759 2010-03-27 17:00:03Z xyne $
-# Maintainer: Abhishek Dasgupta <abhidg@gmail.com>
+# Maintainer: Xyne <ac xunilhcra enyx, backwards>
# Contributor: Abhishek Dasgupta <abhidg@gmail.com>
pkgname=libghemical
-pkgver=2.99.1
+pkgver=3.0.0
pkgrel=1
pkgdesc="Library containing computational chemistry facility of ghemical"
license=("GPL")
@@ -12,14 +11,16 @@ url="http://bioinformatics.org/ghemical/libghemical/"
depends=('gcc-libs')
makedepends=('openbabel' 'intltool>=0.40.0')
options=(!libtool)
-source=(http://bioinformatics.org/ghemical/download/current/${pkgname}-${pkgver}.tar.gz sasaeval.diff)
-md5sums=('d2dae2d7d786d3cba335cb29d85033ea'
- '4c520ded165acc14b5477a55541554ef')
+source=(http://bioinformatics.org/ghemical/download/release20111012/${pkgname}-${pkgver}.tar.gz)
+md5sums=('1d5c9c19bb119470d2bb41a7e681eafd')
build() {
- cd ${startdir}/src/${pkgname}-${pkgver}/
- #patch -p1 -i ${srcdir}/sasaeval.diff || return 1
+ cd -- "$srcdir/$pkgname-$pkgver/"
./configure --prefix=/usr --enable-openbabel
- make || return 1
- make DESTDIR=${startdir}/pkg install || return 1
-} \ No newline at end of file
+ make
+}
+
+package() {
+ cd -- "$srcdir/$pkgname-$pkgver/"
+ make DESTDIR="$pkgdir" install
+}