diff --git a/srcpkgs/libatomic_ops/template b/srcpkgs/libatomic_ops/template index 8eb9a8dbd80..0417332c543 100644 --- a/srcpkgs/libatomic_ops/template +++ b/srcpkgs/libatomic_ops/template @@ -1,21 +1,24 @@ # Template file for 'libatomic_ops' pkgname=libatomic_ops -version=7.4.8 +version=7.4.10 revision=1 build_style=gnu-configure configure_args="--enable-shared --enable-static" hostmakedepends="automake libtool" -short_desc="Provides semi-portable access to hardware provided atomic memory operations" +short_desc="Semi-portable access to hardware provided atomic memory operations" maintainer="Juan RP " license="GPL-2, MIT" homepage="https://github.com/ivmai/libatomic_ops" distfiles="${homepage}/releases/download/v${version}/libatomic_ops-${version}.tar.gz" -checksum=c405d5524b118c197499bc311b8ebe18f7fe47fc820f2c2fcefde1753fbd436a +checksum=5f1bcbef3888d34c21cbbcd635336c5619927ff835868c8dbe7442d79320e707 pre_configure() { autoreconf -fi } +post_install() { + vlicense doc/LICENSING.txt +} libatomic_ops-devel_package() { short_desc+=" - development files"