(make build reproducible)

- dont let the buildchain gzip the manpages, makepkg does that reproducibly
ledoian
Levente Polyak 6 years ago
parent 65e6f53075
commit d2371ac0ee

@ -4,15 +4,15 @@
_pkgbasename=ncurses
pkgname=lib32-${_pkgbasename}
pkgver=6.1
pkgrel=2
pkgrel=3
pkgdesc="System V Release 4.0 curses emulation library (32-bit)"
arch=('x86_64')
url="https://www.gnu.org/software/ncurses/"
license=('MIT')
depends=('lib32-glibc' ${_pkgbasename})
source=(https://ftp.gnu.org/pub/gnu/ncurses/ncurses-${pkgver}.tar.gz{,.sig})
md5sums=('98c889aaf8d23910d2b92d65be2e737a'
'SKIP')
sha256sums=('aa057eeeb4a14d470101eff4597d5833dcef5965331be3528c08d99cebaa0d17'
'SKIP')
validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey
build() {
@ -24,7 +24,7 @@ build() {
./configure --prefix=/usr --mandir=/usr/share/man \
--with-pkg-config-libdir=/usr/lib32/pkgconfig \
--with-shared --with-normal --without-debug --without-ada \
--enable-widec --libdir=/usr/lib32
--enable-widec --libdir=/usr/lib32 --with-manpage-format=normal
make
}

Loading…
Cancel
Save