diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-07 14:20:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-07 14:21:03 +0000 |
commit | cfb49dfb2409bb61ad97e8198e9bdd7450e462eb (patch) | |
tree | f9a8e50e0be8362039fd6bc44a5f73314559196d | |
parent | e349765e32d91566ed042a322ff89ab4b3a3e476 (diff) | |
download | aports-cfb49dfb2409bb61ad97e8198e9bdd7450e462eb.tar.bz2 aports-cfb49dfb2409bb61ad97e8198e9bdd7450e462eb.tar.xz |
testing/atomic-ops: removed since its not needed anymore
ref #96
-rw-r--r-- | testing/atomic-ops/APKBUILD | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/testing/atomic-ops/APKBUILD b/testing/atomic-ops/APKBUILD deleted file mode 100644 index 7c9dc2cf2f..0000000000 --- a/testing/atomic-ops/APKBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# Contributor: Natanael Copa <ncopa@alpinelinux.org> -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> -pkgname=atomic-ops -_ver=7.2 -_suff=alpha4 -pkgver=${_ver}_${_suff} -_realver=${_ver}${_suff} -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://www.hpl.hp.com/research/linux/atomic_ops/download/libatomic_ops-$_realver.tar.gz" - -_builddir="$srcdir"/libatomic_ops-${_realver} -build() { - cd "$_builddir" - chmod +x install-sh - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info - make || return 1 -} - -package() { - cd "$_builddir" - make DESTDIR="$pkgdir" install -} - -md5sums="e82723a24fd846fe37bd6a03728776e1 libatomic_ops-7.2alpha4.tar.gz" |