ncurses: build unprefixed binaries.

This commit is contained in:
Alexpux
2013-12-02 23:55:55 +04:00
parent ef488da42f
commit b8492c4137

View File

@@ -4,7 +4,7 @@ _realname=ncurses
_mingw_suff=mingw-w64-${CARCH}
pkgname="${_mingw_suff}-${_realname}"
pkgver=5.9
pkgrel=1
pkgrel=2
pkgdesc="System V Release 4.0 curses emulation library"
arch=('any')
depends=("${_mingw_suff}-libgnurx")
@@ -12,6 +12,7 @@ makedepends=("${_mingw_suff}-libgnurx" "${_mingw_suff}-gcc")
#groups=("${_mingw_suff}")
url="http://www.gnu.org/software/ncurses/"
license=('MIT')
options=('staticlibs' 'strip')
source=(http://ftp.gnu.org/pub/gnu/ncurses/${_realname}-${pkgver}.tar.gz)
md5sums=('8cb9c412e5f2d96bc6f459aa8c6282a1')
@@ -23,7 +24,6 @@ build() {
--prefix=${MINGW_PREFIX} \
--build=${MINGW_CHOST} \
--host=${MINGW_CHOST} \
--target=${MINGW_CHOST} \
--without-ada \
--with-cxx \
--enable-pc-files \