Update PKGBUILDs
This commit is contained in:
@@ -2,23 +2,22 @@
|
||||
|
||||
_pkgbasename=ncurses
|
||||
pkgname=lib32-${_pkgbasename}5-compat-libs
|
||||
pkgver=6.0
|
||||
pkgrel=4
|
||||
_pkgver=6.0-20170527
|
||||
pkgver=${_pkgver/-/+}
|
||||
pkgrel=1
|
||||
pkgdesc="System V Release 4.0 curses emulation library (32-bit), ABI 5"
|
||||
arch=('x86_64')
|
||||
url='http://invisible-island.net/ncurses/ncurses.html'
|
||||
license=('MIT')
|
||||
depends=('lib32-glibc' "lib32-${_pkgbasename}")
|
||||
makedepends=("gcc-multilib")
|
||||
provides=('lib32-libtinfo5')
|
||||
conflicts=('lib32-libtinfo5')
|
||||
source=(ftp://invisible-island.net/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz{,.asc})
|
||||
md5sums=('ee13d052e1ead260d7c28071f46eefb1'
|
||||
source=(http://invisible-mirror.net/archives/ncurses/current/ncurses-${_pkgver}.tgz{,.asc})
|
||||
md5sums=('c0e32e50ed6fd81af7ecc4910de9fa3f'
|
||||
'SKIP')
|
||||
validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey
|
||||
|
||||
build() {
|
||||
cd ${_pkgbasename}-${pkgver}
|
||||
cd ${_pkgbasename}-${_pkgver}
|
||||
|
||||
export CC="gcc -m32"
|
||||
export CXX="g++ -m32"
|
||||
@@ -26,13 +25,12 @@ build() {
|
||||
./configure --prefix=/usr --mandir=/usr/share/man \
|
||||
--with-shared --with-normal --without-debug --without-ada \
|
||||
--with-install-prefix=${pkgdir} --enable-widec --libdir=/usr/lib32 \
|
||||
--enable-ext-colors --enable-ext-mouse \
|
||||
--with-abi-version=5 --without-pkg-config --without-gpm
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${_pkgbasename}-${pkgver}
|
||||
cd ${_pkgbasename}-${_pkgver}
|
||||
make install.libs
|
||||
|
||||
install -dm755 ${pkgdir}/usr/lib32
|
||||
|
Reference in New Issue
Block a user