summaryrefslogtreecommitdiff
blob: 6d6ca7a9753994c7343a7190c5380a8d9606d33f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

KEYWORDS="~amd64 ~x86"

DESCRIPTION="Safe integer operations."
HOMEPAGE="http://code.google.com/p/${PN}/"
SRC_URI="http://${PN}.googlecode.com/files/${P}.tgz"
LICENSE="BSD"
SLOT="0"
IUSE=""

DEPEND=""
RDEPEND=""

src_compile() {
	einfo "Nothing to compile."
}

src_install() {
	insinto /usr/include
	doins include/safe_iop.h
}