diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core-testing/aalib | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/core-testing/aalib')
-rw-r--r-- | abs/core-testing/aalib/PKGBUILD | 25 | ||||
-rw-r--r-- | abs/core-testing/aalib/aclocal-fixes.patch | 11 |
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 |