Skip to content

Instantly share code, notes, and snippets.

@HiTECNOLOGYs
Created October 14, 2013 13:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HiTECNOLOGYs/6975319 to your computer and use it in GitHub Desktop.
Save HiTECNOLOGYs/6975319 to your computer and use it in GitHub Desktop.
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit autotools;
DESCRIPTION="Thin wrapper over POSIX syscalls"
HOMEPAGE="https://github.com/sionescu/libfixposix"
SRC_URI="https://github.com/sionescu/libfixposix/archive/v${PV}.tar.gz -> libfixposix-${PV}.tar.gz"
LICENSE="As is"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="sys-libs/glibc"
RDEPEND="${DEPEND}"
src_prepare() {
eautoreconf;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment