From d6413cd6dac778aa64e48046ce7110000997ff61 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 8 May 2013 01:04:35 -0700 Subject: Wed May 8 01:04:33 PDT 2013 --- community/liboglappth/PKGBUILD | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 community/liboglappth/PKGBUILD (limited to 'community/liboglappth/PKGBUILD') 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 -# Contributor: Abhishek Dasgupta - -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 -} -- cgit v1.2.3-54-g00ecf