summaryrefslogtreecommitdiff
path: root/community/liboglappth/PKGBUILD
blob: d96dfba278eb22208adf4fdde3846231efae3303 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $Id: PKGBUILD 17276 2010-05-22 17:07:31Z xyne $
# Maintainer: Abhishek Dasgupta <abhidg@gmail.com>
# Contributor: Abhishek Dasgupta <abhidg@gmail.com>

pkgname=liboglappth
pkgver=0.98
pkgrel=2
pkgdesc="Library containing computational chemistry facility of ghemical"
license=("GPL")
arch=('i686' 'x86_64' 'mips64el')
url="http://bioinformatics.org/ghemical/libghemical/"
depends=('gcc-libs')
makedepends=('mesa')
options=(!libtool)
source=(http://bioinformatics.org/ghemical/download/current/${pkgname}-${pkgver}.tar.gz)

build() {
  cd ${srcdir}/${pkgname}-${pkgver}/
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=${pkgdir} install || return 1
}
md5sums=('dd280286a51fcba6a47264a383a2f1fe')