# Contributor: Natanael Copa # Maintainer: Natanael Copa pkgname=atomic-ops pkgver=1.2_p20080819 _realver=1.2+cvs20080819 pkgrel=0 pkgdesc="A library for atomic operations" url="http://www.hpl.hp.com/research/linux/atomic_ops/download.php4" license="GPL" depends="" makedepends="" install= subpackages= source="http://ftp.de.debian.org/debian/pool/main/liba/libatomic-ops/libatomic-ops_$_realver.orig.tar.gz" build() { cd "$srcdir"/libatomic_ops-${pkgver%_p*} ./configure --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info make || return 1 make DESTDIR="$pkgdir" install } md5sums="bf26c062f28796e3daaab586a38abec1 libatomic-ops_1.2+cvs20080819.orig.tar.gz"