summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/aalib
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/aalib')
-rw-r--r--abs/core-testing/aalib/PKGBUILD25
-rw-r--r--abs/core-testing/aalib/aclocal-fixes.patch11
2 files changed, 0 insertions, 36 deletions
diff --git a/abs/core-testing/aalib/PKGBUILD b/abs/core-testing/aalib/PKGBUILD
deleted file mode 100644
index 0ae5b05..0000000
--- a/abs/core-testing/aalib/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 9082 2008-08-17 03:29:36Z allan $
-# Maintainer: arjan <arjan@archlinux.org>
-# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
-#
-pkgname=aalib
-pkgver=1.4rc5
-pkgrel=6
-pkgdesc="AAlib is a portable ASCII art GFX library"
-arch=('i686' 'x86_64')
-url="http://aa-project.sourceforge.net/aalib/"
-license=('LGPL')
-depends=('glibc' 'ncurses' 'gpm>=1.20.4' 'libx11')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/aa-project/$pkgname-$pkgver.tar.gz
- aclocal-fixes.patch)
-md5sums=('9801095c42bba12edebd1902bcf0a990' '863a96a6689aa7ee073ca448bc2f133d')
-
-build() {
- cd $startdir/src/$pkgname-1.4.0
- patch -Np0 -i ${startdir}/src/aclocal-fixes.patch || return 1
- ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
- make || return 1
- make DESTDIR=$startdir/pkg install
- rm ${pkgdir}/usr/share/info/dir
-}
diff --git a/abs/core-testing/aalib/aclocal-fixes.patch b/abs/core-testing/aalib/aclocal-fixes.patch
deleted file mode 100644
index 3f1919a..0000000
--- a/abs/core-testing/aalib/aclocal-fixes.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- aalib.m4.orig 2006-03-05 13:58:21.000000000 +0000
-+++ aalib.m4 2006-03-05 13:58:32.000000000 +0000
-@@ -9,7 +9,7 @@
- dnl AM_PATH_AALIB([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
- dnl Test for AALIB, and define AALIB_CFLAGS and AALIB_LIBS
- dnl
--AC_DEFUN(AM_PATH_AALIB,
-+AC_DEFUN([AM_PATH_AALIB],
- [dnl
- dnl Get the cflags and libraries from the aalib-config script
- dnl