Skip to content
Snippets Groups Projects
Commit 56a6bb5e authored by Maxime Gauduin's avatar Maxime Gauduin
Browse files

xxhash 0.8.1-4: enable x86 dispatcher

parent c03bf032
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
pkgname=xxhash
pkgver=0.8.1
pkgrel=3
pkgrel=4
pkgdesc='Extremely fast non-cryptographic hash algorithm'
arch=(x86_64)
url=https://cyan4973.github.io/xxHash/
......@@ -36,11 +36,11 @@ pkgver() {
}
build() {
make PREFIX=/usr -C xxHash
make PREFIX=/usr DISPATCH=1 -C xxHash
}
package() {
make PREFIX=/usr DESTDIR="${pkgdir}" -C xxHash install
make PREFIX=/usr DISPATCH=1 DESTDIR="${pkgdir}" -C xxHash install
install -Dm 644 xxHash/LICENSE -t "${pkgdir}"/usr/share/licenses/xxhash
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment