Parent Directory
|
Revision Log
Keyword for ~-linux, drop . from DESCRIPTION (Portage version: 2.2.0_alpha107/cvs/Linux x86_64, RepoMan options: --force)
1 | # Copyright 1999-2012 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/paxctl-0.4.ebuild,v 1.9 2007/04/16 23:10:52 solar Exp $ |
4 | |
5 | inherit flag-o-matic |
6 | |
7 | DESCRIPTION="Manages various PaX related program header flags for Elf32, Elf64, binaries" |
8 | SRC_URI="http://pax.grsecurity.net/paxctl-${PV}.tar.gz" |
9 | HOMEPAGE="http://pax.grsecurity.net" |
10 | |
11 | KEYWORDS="amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" |
12 | IUSE="" |
13 | LICENSE="GPL-2" |
14 | SLOT="0" |
15 | |
16 | DEPEND=">=sys-devel/binutils-2.14.90.0.8-r1" |
17 | RDEPEND="" |
18 | |
19 | #S=${WORKDIR}/${P} |
20 | |
21 | src_compile() { |
22 | emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" |
23 | } |
24 | |
25 | src_install() { |
26 | einstall DESTDIR="${D}" |
27 | dodoc README ChangeLog |
28 | } |
ViewVC Help | |
Powered by ViewVC 1.1.20 |