libcpuid: update to 0.4.1.
This commit is contained in:
parent
7d9ec219a8
commit
b37071d30c
1 changed files with 11 additions and 5 deletions
|
@ -1,15 +1,21 @@
|
|||
# Template file for 'libcpuid'.
|
||||
# Template file for 'libcpuid'
|
||||
pkgname=libcpuid
|
||||
version=0.4.0
|
||||
version=0.4.1
|
||||
revision=1
|
||||
only_for_archs="i686 x86_64 i686-musl x86_64-musl"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool"
|
||||
short_desc="Small C library for x86 CPU detection and feature extraction"
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/anrieff/libcpuid"
|
||||
distfiles="https://github.com/anrieff/libcpuid/releases/download/v${version}/libcpuid-${version}.tar.gz"
|
||||
checksum=9ad4d85d7a1151b542e1d032db21e72f1530430c83f1428f80bf07ac6239b24d
|
||||
distfiles="https://github.com/anrieff/libcpuid/archive/v${version}.tar.gz"
|
||||
checksum=263b370d154d55e3b7246e069600b045d27c512456f051e9ce3d999318b58b61
|
||||
|
||||
only_for_archs="i686 x86_64 i686-musl x86_64-musl"
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in a new issue