proj/gentoo: Initial commit
[gentoo.git] / dev-libs / libatomic_ops / libatomic_ops-1.1.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 DESCRIPTION="Implementation for atomic memory update operations"
6 HOMEPAGE="http://www.hpl.hp.com/research/linux/atomic_ops/"
7 SRC_URI="http://www.hpl.hp.com/research/linux/atomic_ops/download/${P}.tar.gz"
8
9 LICENSE="MIT boehm-gc GPL-2+"
10 SLOT="0"
11 KEYWORDS="~amd64 -x86 -x86-fbsd"
12 IUSE=""
13
14 DEPEND=""
15 RDEPEND=""
16
17 src_install() {
18         emake pkgdatadir="/usr/share/doc/${PF}" DESTDIR="${D}" install
19 }