diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2005-02-05 21:40:16 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2005-02-05 21:40:16 +0000 |
commit | 98d7d0aac85fc4097c2db28a93ae8357428e87a2 (patch) | |
tree | 014e029bbfeb8665b4be4f7d698843ab49375930 /app-admin/chrpath/chrpath-0.13.ebuild | |
parent | (Portage version: 2.0.51-r15) (Manifest recommit) (diff) | |
download | gentoo-2-98d7d0aac85fc4097c2db28a93ae8357428e87a2.tar.gz gentoo-2-98d7d0aac85fc4097c2db28a93ae8357428e87a2.tar.bz2 gentoo-2-98d7d0aac85fc4097c2db28a93ae8357428e87a2.zip |
initial import
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-admin/chrpath/chrpath-0.13.ebuild')
-rw-r--r-- | app-admin/chrpath/chrpath-0.13.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-admin/chrpath/chrpath-0.13.ebuild b/app-admin/chrpath/chrpath-0.13.ebuild new file mode 100644 index 000000000000..efca8e3adcbb --- /dev/null +++ b/app-admin/chrpath/chrpath-0.13.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/chrpath-0.13.ebuild,v 1.1 2005/02/05 21:40:16 taviso Exp $ + +inherit eutils + +DESCRIPTION="chrpath can modify the rpath and runpath of ELF executables" +HOMEPAGE="http://freshmeat.net/projects/chrpath/" +SRC_URI="ftp://ftp.hungry.com/pub/hungry/chrpath/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" + +KEYWORDS="~x86" + +IUSE="" + +DEPEND="virtual/libc" + +src_install() { + dobin chrpath + doman chrpath.1 + dodoc ChangeLog AUTHORS NEWS README +} |