2009-04-13 13:43:14 +02:00
|
|
|
# Copyright 1999-2009 Gentoo Foundation
|
2009-04-10 00:12:29 +02:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2009-04-13 13:43:14 +02:00
|
|
|
# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/chrpath-0.13.ebuild,v 1.10 2008/11/23 18:05:16 patrick Exp $
|
2009-04-10 00:12:29 +02:00
|
|
|
|
2009-04-13 13:43:14 +02:00
|
|
|
inherit eutils
|
2009-04-10 00:12:29 +02:00
|
|
|
|
|
|
|
DESCRIPTION="chrpath can modify the rpath and runpath of ELF executables"
|
|
|
|
HOMEPAGE="http://directory.fsf.org/project/chrpath/"
|
|
|
|
SRC_URI="ftp://ftp.hungry.com/pub/hungry/chrpath/${P}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="amd64 arm ppc x86 ~x86-fbsd"
|
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
src_install() {
|
2009-04-13 13:43:14 +02:00
|
|
|
dobin chrpath || die
|
2009-04-10 00:12:29 +02:00
|
|
|
doman chrpath.1
|
|
|
|
dodoc ChangeLog AUTHORS NEWS README
|
2009-04-13 13:43:14 +02:00
|
|
|
}
|