public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] tmpreaper ebuild
@ 2001-07-10 18:37 Bruce A. Locke
  0 siblings, 0 replies; only message in thread
From: Bruce A. Locke @ 2001-07-10 18:37 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 326 bytes --]


See attachment for tmpreaper ebuild.  tmpreaper appears to be a more
featured fork of tmpwatch started by debian and is available in .tar.gz
form.  Thus please ignore the tmpwatch ebuild and check this one in
instead :)

---------------------------------------------------------------------
Bruce A. Locke
blocke@shivan.org


[-- Attachment #2: tmpreaper-1.4.12.ebuild --]
[-- Type: application/octet-stream, Size: 606 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>

MYP="tmpreaper_1.4.12"
S=${WORKDIR}/${P}
DESCRIPTION="A utility for removing files based on when they were last
accessed"
SRC_URI="http://ftp.debian.org/debian/dists/potato/main/source/admin/${MYP}.tar.gz"
HOMEPAGE="http://packages.debian.org/stable/admin/tmpreaper.html"

DEPEND="virtual/glibc"

src_compile() {

   try make CFLAGS=\"${CFLAGS}\" all

}

src_install () {

   dosbin tmpreaper
   doman tmpreaper.8
   dodoc ChangeLog

}

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-07-11  0:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-10 18:37 [gentoo-dev] tmpreaper 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