summaryrefslogtreecommitdiff
path: root/community/liboglappth/PKGBUILD
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
commit415856bdd4f48ab4f2732996f0bae58595092bbe (patch)
treeede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/liboglappth/PKGBUILD
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/liboglappth/PKGBUILD')
-rw-r--r--community/liboglappth/PKGBUILD23
1 files changed, 23 insertions, 0 deletions
diff --git a/community/liboglappth/PKGBUILD b/community/liboglappth/PKGBUILD
new file mode 100644
index 000000000..7d3b4f0f2
--- /dev/null
+++ b/community/liboglappth/PKGBUILD
@@ -0,0 +1,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')
+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')