# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit eutils git-r3 autotools DESCRIPTION="Thin wrapper over POSIX syscalls" HOMEPAGE="https://github.com/sionescu/libfixposix" EGIT_REPO_URI="https://github.com/sionescu/libfixposix.git" LICENSE="AS-IS" SLOT="0" KEYWORDS="" IUSE="" DEPEND="" RDEPEND="${DEPEND}" src_prepare() { eautoreconf }