miller: update to 5.0.0.

This commit is contained in:
Leah Neukirchen 2017-03-01 13:28:36 +01:00
parent 8e9781e502
commit 002b6bc24f
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'miller'
pkgname=miller
version=4.5.0
version=5.0.0
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool flex asciidoc"
@ -9,7 +9,8 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="BSD-2"
homepage="http://johnkerl.org/miller/"
distfiles="https://github.com/johnkerl/${pkgname}/archive/v${version}.tar.gz"
checksum=af495bf3b1dab9b931d7161efb7bc1d823395e1e749652d56fcd3cb0e841ffc3
_changelog="https://github.com/johnkerl/miller/releases"
checksum=28fe39efd83b3134261fc5614d429f0f5df940036a4cf7577dc1a95bb9e2eec7
pre_configure() {
# Disable debugging and profiling versions, broken on musl.
@ -18,7 +19,7 @@ pre_configure() {
}
pre_build() {
make -C c/dsls lemon CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS -fPIC"
make -C c/parsing lemon CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS -fPIC"
}
post_install() {