[arch-commits] Commit in ncurses/repos (3 files)
Allan McRae
allan at archlinux.org
Thu Aug 28 23:45:57 UTC 2008
Date: Thursday, August 28, 2008 @ 19:45:57
Author: allan
Revision: 10397
Merged revisions 9010-10396 via svnmerge from
svn+ssh://archlinux.org/home/svn-packages/ncurses/trunk
........
r10396 | allan | 2008-08-29 09:45:01 +1000 (Fri, 29 Aug 2008) | 3 lines
upgpkg: ncurses 5.6-8
Re-add libncurses.so.5 for binary compatibility
All linking on Arch is still done the the wide character library
........
Modified:
ncurses/repos/testing-i686/ (properties)
ncurses/repos/testing-i686/PKGBUILD
Deleted:
ncurses/repos/testing-i686/ncurses.install
-----------------+
PKGBUILD | 11 ++++++++++-
ncurses.install | 9 ---------
2 files changed, 10 insertions(+), 10 deletions(-)
Property changes on: ncurses/repos/testing-i686
___________________________________________________________________
Name: svnmerge-integrated
- /ncurses/trunk:1-9009
+ /ncurses/trunk:1-10396
Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2008-08-28 23:45:01 UTC (rev 10396)
+++ testing-i686/PKGBUILD 2008-08-28 23:45:57 UTC (rev 10397)
@@ -4,7 +4,7 @@
pkgname=ncurses
pkgver=5.6
-pkgrel=7
+pkgrel=8
pkgdesc="A System V Release 4.0 curses emulation library"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/ncurses/ncurses.html"
@@ -54,6 +54,15 @@
ln -sf libncursesw.a ${pkgdir}/usr/lib/libcursesw.a
ln -sf libncurses.a ${pkgdir}/usr/lib/libcurses.a
+ # Install libncurses.so.5 for external binary support
+ ./configure --prefix=/usr \
+ --with-shared --with-normal --without-debug --without-ada \
+ --with-install-prefix=${pkgdir}
+ make || return 1
+
+ install -Dm755 lib/libncurses.so.5.6 ${pkgdir}/usr/lib/libncurses.so.5.6
+ ln -sf libncurses.so.5.6 ${pkgdir}/usr/lib/libncurses.so.5
+
# install license, rip it from the readme
cd ${srcdir}/${pkgname}-${pkgver}
mkdir -p ${pkgdir}/usr/share/licenses/$pkgname
Deleted: testing-i686/ncurses.install
===================================================================
--- testing-i686/ncurses.install 2008-08-28 23:45:01 UTC (rev 10396)
+++ testing-i686/ncurses.install 2008-08-28 23:45:57 UTC (rev 10397)
@@ -1,9 +0,0 @@
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
- echo ">> You can safely ignore any \"cannot open shared object\" errors you see above"
-}
-
-op=$1
-shift
-$op $*
More information about the arch-commits
mailing list