* [gentoo-dev] ltrace ebuild
@ 2001-07-10 10:50 Bruce A. Locke
0 siblings, 0 replies; only message in thread
From: Bruce A. Locke @ 2001-07-10 10:50 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 298 bytes --]
An ebuild for the development utility ltrace is attached. ltrace is a
utility that "shows runtime library calls for dynamically linked
executables."
Please let me know if I broke something.
---------------------------------------------------------------------
Bruce A. Locke
blocke@shivan.org
[-- Attachment #2: ltrace-0.3.15.ebuild --]
[-- Type: application/octet-stream, Size: 824 bytes --]
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Bruce A. Locke <blocke@shivan.org>
S=${WORKDIR}/${P}
FILE_VERSION="ltrace_0.3.15"
DESCRIPTION="ltrace shows runtime library call information for dynamically linked executables"
SRC_URI="http://ftp.debian.org/debian/pool/main/l/ltrace/${FILE_VERSION}.tar.gz"
HOMEPAGE="http://packages.debian.org/unstable/utils/ltrace.html"
DEPEND="virtual/glibc"
src_compile() {
try ./configure --prefix=/usr
# pmake kept wanting to interpret ${CFLAGS} as params
try make CFLAGS=\"${CFLAGS} -Wall\" all
}
src_install() {
try make DESTDIR=${D} install
# man page
gzip ${D}usr/share/man/man1/ltrace.1
# docs
rm -rvf ${D}usr/doc/
dodoc BUGS COPYING debian/changelog README TODO
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-07-10 16:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-10 10:50 [gentoo-dev] ltrace ebuild Bruce A. Locke
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox