summaryrefslogtreecommitdiff
path: root/community/libghemical/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-02 13:37:59 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-02 13:37:59 -0300
commit3383a1fbd954b78716dd8ff9d9f2097e176d2279 (patch)
tree68aa3acbd50e6d0d7bdcfa2947d1772f7edb8a0d /community/libghemical/PKGBUILD
parent7f3d7e2203a9252280361a1d095528cb056d08dc (diff)
parent9e9ab642711f2424f828e21d14b98c45cdef2b29 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/packagekit/PKGBUILD community/liboglappth/PKGBUILD community/texvc/PKGBUILD extra/libvdpau/PKGBUILD extra/minicom/PKGBUILD extra/muparser/PKGBUILD extra/netkit-bsd-finger/PKGBUILD extra/normalize/PKGBUILD
Diffstat (limited to 'community/libghemical/PKGBUILD')
-rw-r--r--community/libghemical/PKGBUILD23
1 files changed, 12 insertions, 11 deletions
diff --git a/community/libghemical/PKGBUILD b/community/libghemical/PKGBUILD
index ff32e14ad..c94b7e300 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
+}