Add libfixposix.
[rentiernetz-overlay.git] / dev-libs / libfixposix / libfixposix-9999.ebuild
1 # Copyright 1999-2014 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI=5
6 inherit eutils git-r3 autotools
7
8 DESCRIPTION="Thin wrapper over POSIX syscalls"
9 HOMEPAGE="https://github.com/sionescu/libfixposix"
10 EGIT_REPO_URI="https://github.com/sionescu/libfixposix.git"
11
12 LICENSE="AS-IS"
13 SLOT="0"
14 KEYWORDS=""
15 IUSE=""
16
17 DEPEND=""
18 RDEPEND="${DEPEND}"
19
20 src_prepare() {
21         eautoreconf
22 }