libatomic_ops: update to 7.6.2.
This commit is contained in:
parent
06883e5414
commit
1d736ad3f8
|
@ -1,20 +1,15 @@
|
|||
# Template file for 'libatomic_ops'
|
||||
pkgname=libatomic_ops
|
||||
version=7.4.10
|
||||
version=7.6.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-shared --enable-static"
|
||||
hostmakedepends="automake libtool"
|
||||
short_desc="Semi-portable access to hardware provided atomic memory operations"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2, MIT"
|
||||
homepage="https://github.com/ivmai/libatomic_ops"
|
||||
distfiles="${homepage}/releases/download/v${version}/libatomic_ops-${version}.tar.gz"
|
||||
checksum=5f1bcbef3888d34c21cbbcd635336c5619927ff835868c8dbe7442d79320e707
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
checksum=219724edad3d580d4d37b22e1d7cb52f0006d282d26a9b8681b560a625142ee6
|
||||
|
||||
post_install() {
|
||||
vlicense doc/LICENSING.txt
|
||||
|
|
Loading…
Reference in New Issue