mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
marisa: update to 0.2.6.
This commit is contained in:
parent
5827278283
commit
5faa3eda67
1 changed files with 5 additions and 11 deletions
|
@ -1,17 +1,16 @@
|
||||||
# Template file for 'marisa'
|
# Template file for 'marisa'
|
||||||
pkgname=marisa
|
pkgname=marisa
|
||||||
version=0.2.5.20170406
|
version=0.2.6
|
||||||
revision=1
|
revision=1
|
||||||
_gitrev="59e410597981475bae94d9d9eb252c1d9790dc2f"
|
wrksrc="${pkgname}-trie-$version"
|
||||||
wrksrc="${pkgname}-trie-${_gitrev}"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="autoconf automake libtool"
|
hostmakedepends="autoconf automake libtool"
|
||||||
short_desc="Matching Algorithm with Recursively Implemented StorAge"
|
short_desc="Matching Algorithm with Recursively Implemented StorAge"
|
||||||
maintainer="Yuxuan Shui <yshuiv7@gmail.com>"
|
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"
|
homepage="https://github.com/s-yata/marisa-trie"
|
||||||
distfiles="https://github.com/s-yata/marisa-trie/archive/${_gitrev}.tar.gz>${pkgname}-${version}.tar.gz"
|
distfiles=https://github.com/s-yata/marisa-trie/files/4832504/marisa-$version.tar.gz
|
||||||
checksum="e6a08b8f78baa476e5564c01c3700e9eedb36e5c70e4ec3cd21649d7026da00e"
|
checksum=1063a27c789e75afa2ee6f1716cc6a5486631dcfcb7f4d56d6485d2462e566de
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64*) configure_args+=" --enable-popcnt --enable-sse2";;
|
x86_64*) configure_args+=" --enable-popcnt --enable-sse2";;
|
||||||
|
@ -21,11 +20,6 @@ pre_configure() {
|
||||||
autoreconf -fi
|
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() {
|
post_install() {
|
||||||
vlicense COPYING.md
|
vlicense COPYING.md
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue