libatomic_ops: update to 7.6.2.

This commit is contained in:
maxice8 2018-02-25 04:16:33 -03:00 committed by Toyam Cox
parent 06883e5414
commit 1d736ad3f8
1 changed files with 2 additions and 7 deletions

View File

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