From b8492c4137b8955ced7e4ffe8b60cc52fcb3163d Mon Sep 17 00:00:00 2001 From: Alexpux Date: Mon, 2 Dec 2013 23:55:55 +0400 Subject: [PATCH] ncurses: build unprefixed binaries. --- mingw-w64-ncurses/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-ncurses/PKGBUILD b/mingw-w64-ncurses/PKGBUILD index b76b45f918..5d669a5a3d 100644 --- a/mingw-w64-ncurses/PKGBUILD +++ b/mingw-w64-ncurses/PKGBUILD @@ -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 \