summaryrefslogtreecommitdiff
path: root/community/libmaa
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/libmaa
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/libmaa')
-rw-r--r--community/libmaa/PKGBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/community/libmaa/PKGBUILD b/community/libmaa/PKGBUILD
deleted file mode 100644
index 085518f80..000000000
--- a/community/libmaa/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 88315 2013-04-16 13:28:16Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-
-pkgname=libmaa
-pkgver=1.3.2
-pkgrel=1
-pkgdesc="Provides many low-level data structures which are helpful for writing compilers"
-url="http://sourceforge.net/projects/dict/"
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('flex')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/dict/${pkgname}-${pkgver}.tar.gz")
-md5sums=('01dab2cde2e0a322653e45bfa63537ee')
-
-build() {
- cd "${srcdir}/$pkgname-$pkgver"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}/$pkgname-$pkgver"
- make DESTDIR="${pkgdir}" install
-}