Parent Directory
|
Revision Log
Stable on alpha. (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
| 1 | # Copyright 1999-2013 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/sys-apps/prctl/prctl-1.5.ebuild,v 1.6 2011/11/19 13:21:35 ssuominen Exp $ |
| 4 | |
| 5 | EAPI=4 |
| 6 | inherit toolchain-funcs |
| 7 | |
| 8 | DESCRIPTION="Tool to query and modify process behavior" |
| 9 | HOMEPAGE="http://sourceforge.net/projects/prctl/" |
| 10 | SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" |
| 11 | |
| 12 | LICENSE="GPL-2" |
| 13 | SLOT="0" |
| 14 | KEYWORDS="alpha ia64" |
| 15 | IUSE="" |
| 16 | |
| 17 | RDEPEND="" |
| 18 | DEPEND="sys-apps/groff" |
| 19 | |
| 20 | src_compile() { |
| 21 | emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" |
| 22 | } |
| 23 | |
| 24 | src_install() { |
| 25 | dobin prctl |
| 26 | doman prctl.1 |
| 27 | dodoc ChangeLog |
| 28 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |