### this file is sourced not run
PKGVER=7.6.14
PKGBUILD=1
PKGARCH=x86_64

# source: BLFS 11.3
TARBALL=libatomic_ops-$PKGVER.tar.gz
MD5SUM=ee8251f5091b7938d18be4dda843a515
SRC_URL=https://github.com/ivmai/libatomic_ops/releases/download/v$PKGVER/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="libatomic_ops: libatomic_ops $PKGVER (Atomic memory update)  
libatomic_ops:  
libatomic_ops: libatomic_ops provides implementations for atomic memory update 
libatomic_ops: operations on a number of architectures. This allows direct use 
libatomic_ops: of these in reasonably portable code. Unlike earlier similar 
libatomic_ops: packages, this one explicitly considers memory barrier 
libatomic_ops: semantics, and allows the construction of code that involves 
libatomic_ops: minimum overhead across a variety of architectures.  
libatomic_ops: 
libatomic_ops: https://github.com/ivmai/libatomic_ops
libatomic_ops: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS \
		--enable-shared   \
		--disable-static  \
		--docdir=/usr/share/doc/libatomic_ops-$PKGVER \
	"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


