[arch-commits] CVS update of arch/build/base/ncurses (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Sun Aug 12 16:50:10 UTC 2007
Date: Sunday, August 12, 2007 @ 12:50:10
Author: andyrtr
Path: /home/cvs-arch/arch/build/base/ncurses
Modified: PKGBUILD (1.20 -> 1.21)
x86_64 updated; smp issues fixed
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Index: arch/build/base/ncurses/PKGBUILD
diff -u arch/build/base/ncurses/PKGBUILD:1.20 arch/build/base/ncurses/PKGBUILD:1.21
--- arch/build/base/ncurses/PKGBUILD:1.20 Sun Aug 12 06:44:05 2007
+++ arch/build/base/ncurses/PKGBUILD Sun Aug 12 12:50:10 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.20 2007/08/12 10:44:05 tom Exp $
+# $Id: PKGBUILD,v 1.21 2007/08/12 16:50:10 andyrtr Exp $
# Maintainer: judd <jvinet at zeroflux.org>
pkgname=ncurses
pkgver=5.6
@@ -28,7 +28,7 @@
--with-install-prefix=$startdir/pkg
fi
make || return 1
- make install
+ make -j1 install
mkdir -p $startdir/pkg/lib
cd $startdir/pkg/usr/lib
mv libncurses.so.$pkgver ../../lib
@@ -51,7 +51,7 @@
--with-install-prefix=$startdir/pkg --enable-widec
fi
make || return 1
- make install
+ make -j1 install
mkdir $startdir/pkg/usr/include/ncursesw
ln -sf /usr/include/ncurses.h $startdir/pkg/usr/include/ncursesw
More information about the arch-commits
mailing list