[arch-commits] Commit in aalib/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Sun Aug 17 03:29:37 UTC 2008


    Date: Saturday, August 16, 2008 @ 23:29:36
  Author: allan
Revision: 9082

upgpkg: aalib 1.4rc5-6
    ncurses rebuild

Modified:
  aalib/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-17 03:28:58 UTC (rev 9081)
+++ PKGBUILD	2008-08-17 03:29:36 UTC (rev 9082)
@@ -4,7 +4,7 @@
 #
 pkgname=aalib
 pkgver=1.4rc5
-pkgrel=5
+pkgrel=6
 pkgdesc="AAlib is a portable ASCII art GFX library"
 arch=('i686' 'x86_64')
 url="http://aa-project.sourceforge.net/aalib/"
@@ -18,7 +18,8 @@
 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
+  ./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
 }




More information about the arch-commits mailing list