Fixes FS#12124

ledoian
Allan McRae 16 years ago
parent ebee63dbae
commit b38386b3d7

@ -1,3 +1,7 @@
2008-11-15 Allan McRae <allan@archlinux.org>
* ncurses-5.7-2
* fix installation of non-wide charater libraries (FS#12124)
2008-11-03 Allan McRae <allan@archlinux.org> 2008-11-03 Allan McRae <allan@archlinux.org>
* ncurses-5.7-1 * ncurses-5.7-1
* upstream update * upstream update

@ -3,7 +3,7 @@
pkgname=ncurses pkgname=ncurses
pkgver=5.7 pkgver=5.7
pkgrel=1 pkgrel=2
pkgdesc="System V Release 4.0 curses emulation library" pkgdesc="System V Release 4.0 curses emulation library"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="http://www.gnu.org/software/ncurses/" url="http://www.gnu.org/software/ncurses/"
@ -52,8 +52,8 @@ build() {
--with-install-prefix=${pkgdir} --with-install-prefix=${pkgdir}
make || return 1 make || return 1
install -Dm755 lib/libncurses.so.5.6 ${pkgdir}/usr/lib/libncurses.so.5.6 install -Dm755 lib/libncurses.so.${pkgver} ${pkgdir}/usr/lib/libncurses.so.${pkgver}
ln -sf libncurses.so.5.6 ${pkgdir}/usr/lib/libncurses.so.5 ln -sf libncurses.so.${pkgver} ${pkgdir}/usr/lib/libncurses.so.5
# install license, rip it from the readme # install license, rip it from the readme
cd ${srcdir}/${pkgname}-${pkgver} cd ${srcdir}/${pkgname}-${pkgver}

Loading…
Cancel
Save