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

Daniel Griffiths dgriffiths at archlinux.org
Mon May 10 21:55:07 UTC 2010


    Date: Monday, May 10, 2010 @ 17:55:07
  Author: dgriffiths
Revision: 80084

FS#18896

Modified:
  ne/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-10 21:19:23 UTC (rev 80083)
+++ PKGBUILD	2010-05-10 21:55:07 UTC (rev 80084)
@@ -3,21 +3,23 @@
 # Contributor: Ben <ben at benmazer.net>
 
 pkgname=ne
-pkgver=2.0.3
+pkgver=2.1
 pkgrel=1
 pkgdesc="the nice editor"
 arch=('i686' 'x86_64')
 url="http://ne.dsi.unimi.it"
 license=('GPL')
-depends=('glibc' 'ncurses' 'texinfo')
-makedepends=('texlive-bin' 'texlive-core' 'ghostscript')
+depends=('glibc' 'ncurses')
+makedepends=('ghostscript')
 options=('!makeflags')
 install=ne.install
 source=(http://ne.dsi.unimi.it/${pkgname}-${pkgver}.tar.gz)
-md5sums=('16ed5c974adb8255a693f8a3b6e91071')
+md5sums=('9f76652f6349721cfe0e8dc2aec9c767')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make || return 1
+  sed -i ',(cd doc; make),d' makefile
+  cd src make NE_GLOBAL_DIR=/usr/lib/ne
+  cd -
   make PREFIX="${pkgdir}/usr" install || return 1
 }




More information about the arch-commits mailing list