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

Allan McRae allan at archlinux.org
Sun Aug 17 05:39:29 UTC 2008


    Date: Sunday, August 17, 2008 @ 01:39:29
  Author: allan
Revision: 9249

upgpkg: joe 3.5-4
    ncurses rebuild

Modified:
  joe/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-17 05:39:20 UTC (rev 9248)
+++ PKGBUILD	2008-08-17 05:39:29 UTC (rev 9249)
@@ -3,13 +3,13 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 pkgname=joe
 pkgver=3.5
-pkgrel=3
+pkgrel=4
 pkgdesc="JOE has the feel of most IBM PC text editors"
 url="http://sourceforge.net/projects/joe-editor"
 arch=(i686 x86_64)
 license=('GPL')
 depends=('glibc' 'ncurses' 'gpm')
-source=(http://dl.sourceforge.net/joe-editor/$pkgname-$pkgver.tar.gz)
+source=(http://downloads.sourceforge.net/joe-editor/$pkgname-$pkgver.tar.gz)
 backup=( etc/joe/ftyperc
          etc/joe/jicerc.ru
          etc/joe/jmacsrc
@@ -60,7 +60,7 @@
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
+  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
   make || return 1
   make DESTDIR=$startdir/pkg install
 }




More information about the arch-commits mailing list