diff options
author | Joshua Brindle <method@gentoo.org> | 2003-05-17 02:28:54 +0000 |
---|---|---|
committer | Joshua Brindle <method@gentoo.org> | 2003-05-17 02:28:54 +0000 |
commit | 4ba6742e2a7f07d6954c2d59071f476f02a779ca (patch) | |
tree | 5d5b497bbc1ebbcfb274a07114bae174b10dbb42 /sys-apps/chpax | |
parent | initial import (diff) | |
download | historical-4ba6742e2a7f07d6954c2d59071f476f02a779ca.tar.gz historical-4ba6742e2a7f07d6954c2d59071f476f02a779ca.tar.bz2 historical-4ba6742e2a7f07d6954c2d59071f476f02a779ca.zip |
initial import
Diffstat (limited to 'sys-apps/chpax')
-rw-r--r-- | sys-apps/chpax/Manifest | 3 | ||||
-rw-r--r-- | sys-apps/chpax/chpax-0.4.ebuild | 28 | ||||
-rw-r--r-- | sys-apps/chpax/files/digest-chpax-0.4 | 1 |
3 files changed, 31 insertions, 1 deletions
diff --git a/sys-apps/chpax/Manifest b/sys-apps/chpax/Manifest index 0d483b171435..370909900336 100644 --- a/sys-apps/chpax/Manifest +++ b/sys-apps/chpax/Manifest @@ -1,2 +1,3 @@ -MD5 859fe41039d76d5f9c02bae532749f65 chpax-0.4.ebuild 748 +MD5 ca802e5def3633e783da1e7457a2cca1 ChangeLog 370 +MD5 8a107cf0ddca2daddbd7e7402ad0e63c chpax-0.4.ebuild 757 MD5 e0bef5df8955711a482c1d29f060b6ac files/digest-chpax-0.4 59 diff --git a/sys-apps/chpax/chpax-0.4.ebuild b/sys-apps/chpax/chpax-0.4.ebuild new file mode 100644 index 000000000000..98fd4c2a5ad6 --- /dev/null +++ b/sys-apps/chpax/chpax-0.4.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/chpax-0.4.ebuild,v 1.1 2003/05/17 02:28:51 method Exp $ + +S=${WORKDIR}/chpax + +DESCRIPTION="Manages various PaX related flags for ELF32, ELF64, and a.out binaries." +SRC_URI="http://pageexec.virtualave.net/chpax-${PV}.tar.gz" +HOMEPAGE="http://pageexec.virtualave.net" +KEYWORDS="~x86" +LICENSE="public-domain" +SLOT="0" + +IUSE="" +DEPEND="virtual/glibc" + +src_compile() { + mv Makefile{,.orig} + sed -e "s|-Wall|${CFLAGS} -Wall|" Makefile.orig > Makefile + emake CC="${CC}" || die "Parallel Make Failed" +} + +src_install() { + into / + dosbin chpax + fperms 700 /sbin/chpax + dodoc Changelog README +} diff --git a/sys-apps/chpax/files/digest-chpax-0.4 b/sys-apps/chpax/files/digest-chpax-0.4 new file mode 100644 index 000000000000..f49ba308ad8c --- /dev/null +++ b/sys-apps/chpax/files/digest-chpax-0.4 @@ -0,0 +1 @@ +MD5 d8731ed8a0c851f9d4a74fc721991fb9 chpax-0.4.tar.gz 3891 |