# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/elfsh/elfsh-0.51_beta2.ebuild,v 1.1 2003/08/15 22:29:22 solar Exp $ IUSE="" MY_PV=${PV/_beta/b} S=${WORKDIR}/${PN}-${MY_PV} DESCRIPTION="ELFsh is an interactive and scriptable ELF machine to play with executable files, shared libraries and relocatable ELF32 objects" HOMEPAGE="http://devhell.org/projects/elfsh" SRC_URI="http://elfsh.segfault.net/files/elfsh-${MY_PV}-portable.tgz http://devhell.org/projects/elfsh/files/elfsh-${MY_PV}-portable.tgz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" DEPEND="virtual/glibc >=dev-libs/expat-1.95 >=sys-devel/gettext-0.11 " RDEPEND="${DEPEND}" src_unpack() { unpack ${A} cd ${S} [ -f ${FILESDIR}/${PN}-${MY_PV}.diff ] && epatch ${FILESDIR}/${PN}-${MY_PV}.diff } src_compile() { cd ${S} # emacs does not have to be a requirement. emake ETAGS=echo || die "emake failed" } src_install() { cd ${S} dodir /usr/share/elfsh einstall DESTDIR=${D} || die "einstall failed" }