public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Bruce A. Locke" <blocke@shivan.org>
To: gentoo-dev@gentoo.org
Subject: [gentoo-dev] ltrace ebuild
Date: Tue Jul 10 10:50:04 2001	[thread overview]
Message-ID: <20010710125019.4e3884dc.blocke@shivan.org> (raw)

[-- 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

}


                 reply	other threads:[~2001-07-10 16:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010710125019.4e3884dc.blocke@shivan.org \
    --to=blocke@shivan.org \
    --cc=gentoo-dev@cvs.gentoo.org \
    --cc=gentoo-dev@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox