commit: 78d3d524c310f6e26959a39b0c66d5142b23751f Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Thu May 14 01:42:21 2015 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Thu May 14 01:42:21 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-dev.git/commit/?id=78d3d524
sys-libs/fortify-headers: initial commit. .../fortify-headers/fortify-headers-0.4.ebuild | 22 ++++++++++++++++++++++ sys-libs/fortify-headers/metadata.xml | 8 ++++++++ 2 files changed, 30 insertions(+) diff --git a/sys-libs/fortify-headers/fortify-headers-0.4.ebuild b/sys-libs/fortify-headers/fortify-headers-0.4.ebuild new file mode 100644 index 0000000..0b24639 --- /dev/null +++ b/sys-libs/fortify-headers/fortify-headers-0.4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +DESCRIPTION="A standalone implementation of fortify source." +HOMEPAGE="http://git.2f30.org/fortify-headers/" +SRC_URI="http://git.2f30.org/fortify-headers/snapshot/fortify-headers-${PV}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +src_prepare() { + sed -i -e 's|^PREFIX = /usr/local|PREFIX = /usr|g' Makefile + export DESTDIR="${D}" +} diff --git a/sys-libs/fortify-headers/metadata.xml b/sys-libs/fortify-headers/metadata.xml new file mode 100644 index 0000000..1e75873 --- /dev/null +++ b/sys-libs/fortify-headers/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>[email protected]</email> + <name>Anthony G. Basile</name> + </maintainer> +</pkgmetadata>
