marisa: update to 0.2.6.

This commit is contained in:
Đoàn Trần Công Danh 2020-09-07 07:52:57 +07:00
parent 5827278283
commit 5faa3eda67

View file

@ -1,17 +1,16 @@
# Template file for 'marisa'
pkgname=marisa
version=0.2.5.20170406
version=0.2.6
revision=1
_gitrev="59e410597981475bae94d9d9eb252c1d9790dc2f"
wrksrc="${pkgname}-trie-${_gitrev}"
wrksrc="${pkgname}-trie-$version"
build_style=gnu-configure
hostmakedepends="autoconf automake libtool"
short_desc="Matching Algorithm with Recursively Implemented StorAge"
maintainer="Yuxuan Shui <yshuiv7@gmail.com>"
license="2-clause-BSD, LGPL-2.1"
license="BSD-2-Clause, LGPL-2.1-or-later"
homepage="https://github.com/s-yata/marisa-trie"
distfiles="https://github.com/s-yata/marisa-trie/archive/${_gitrev}.tar.gz>${pkgname}-${version}.tar.gz"
checksum="e6a08b8f78baa476e5564c01c3700e9eedb36e5c70e4ec3cd21649d7026da00e"
distfiles=https://github.com/s-yata/marisa-trie/files/4832504/marisa-$version.tar.gz
checksum=1063a27c789e75afa2ee6f1716cc6a5486631dcfcb7f4d56d6485d2462e566de
case "$XBPS_TARGET_MACHINE" in
x86_64*) configure_args+=" --enable-popcnt --enable-sse2";;
@ -21,11 +20,6 @@ pre_configure() {
autoreconf -fi
}
post_configure() {
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
}
post_install() {
vlicense COPYING.md
}