summaryrefslogtreecommitdiff
path: root/community/liboglappth/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/liboglappth/PKGBUILD')
-rw-r--r--community/liboglappth/PKGBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/community/liboglappth/PKGBUILD b/community/liboglappth/PKGBUILD
deleted file mode 100644
index 950e171d6..000000000
--- a/community/liboglappth/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Maintainer: Xyne <ac xunilhcra enyx, backwards>
-# Contributor: Abhishek Dasgupta <abhidg@gmail.com>
-
-pkgname=liboglappth
-pkgver=1.0.0
-pkgrel=1
-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/release20111012/${pkgname}-${pkgver}.tar.gz)
-md5sums=('48261e5f4cf99e113fb22e524f0b1eeb')
-
-build() {
- cd -- "$srcdir/$pkgname-$pkgver/"
- ./configure --prefix=/usr --enable-openbabel
- make
-}
-
-package() {
- cd -- "$srcdir/$pkgname-$pkgver/"
- make DESTDIR="$pkgdir" install
-}