upstream update

ledoian
Allan McRae 14 years ago
parent e9479c62db
commit 084b679d1b

@ -2,25 +2,20 @@
# Contributor: judd <jvinet@zeroflux.org> # Contributor: judd <jvinet@zeroflux.org>
pkgname=ncurses pkgname=ncurses
pkgver=5.7 pkgver=5.8
pkgrel=4 pkgrel=1
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/"
license=('MIT') license=('MIT')
depends=('glibc') depends=('glibc')
source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
set_field_buffer.patch) md5sums=('20ed3fa7599937f0ca268d9088837a64')
md5sums=('cce05daf61a64501ef6cd8da1f727ec6'
'04c8d6d95140a29d72c0eb685a2eeffd')
build() { build() {
cd ${srcdir}/ cd ${srcdir}/
mkdir ncurses{,w}-build mkdir ncurses{,w}-build
# http://permalink.gmane.org/gmane.comp.lib.ncurses.bugs/3559
patch -Np1 -i ${srcdir}/set_field_buffer.patch
cd ${srcdir}/ncursesw-build cd ${srcdir}/ncursesw-build
../${pkgname}-${pkgver}/configure --prefix=/usr --mandir=/usr/share/man \ ../${pkgname}-${pkgver}/configure --prefix=/usr --mandir=/usr/share/man \
--with-shared --with-normal --without-debug --without-ada \ --with-shared --with-normal --without-debug --without-ada \

Loading…
Cancel
Save