miller: update to 5.10.3.
This commit is contained in:
parent
065953c8cd
commit
d750b6d25b
1 changed files with 3 additions and 14 deletions
|
@ -1,26 +1,15 @@
|
||||||
# Template file for 'miller'
|
# Template file for 'miller'
|
||||||
pkgname=miller
|
pkgname=miller
|
||||||
version=5.10.2
|
version=5.10.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="asciidoc automake flex libtool"
|
|
||||||
short_desc="Tool like sed/awk/cut/join/sort for name-indexed data such as CSV"
|
short_desc="Tool like sed/awk/cut/join/sort for name-indexed data such as CSV"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="http://johnkerl.org/miller/"
|
homepage="http://johnkerl.org/miller/"
|
||||||
changelog="https://github.com/johnkerl/miller/releases"
|
changelog="https://github.com/johnkerl/miller/releases"
|
||||||
distfiles="https://github.com/johnkerl/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/johnkerl/miller/releases/download/v${version}/miller-${version}.tar.gz"
|
||||||
checksum=b6026479ee7315656d7ec228d0084f86d4cecc5b8b00d5400f5fb3600af65eb3
|
checksum=bbab4555c2bc207297554b0593599ea2cd030a48ad1350d00e003620e8d3c0ea
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
# Disable debugging and profiling versions, broken on musl.
|
|
||||||
echo 'noinst_PROGRAMS=' >> c/Makefile.am
|
|
||||||
autoreconf -fi
|
|
||||||
}
|
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
make -C c/parsing lemon CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS -fPIC"
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Reference in a new issue