summaryrefslogtreecommitdiff
blob: ac03eeeb2120fd151a8a17284a5e255db8ab1eea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /var/cvsroot/gentoo-x86/sys-apps/tmpreaper/tmpreaper-1.4.12.ebuild,v 1.9 2002/08/01 11:59:04 seemant Exp $


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"
KEYWORDS="x86 ppc"
SLOT="0"
LICENSE="GPL-2"

DEPEND="virtual/glibc"

src_compile() {

   try make CFLAGS="${CFLAGS}" all

}

src_install () {

   dosbin tmpreaper
   doman tmpreaper.8
   dodoc ChangeLog 
   #added debian/* files for people who want cron.daily and related files.
   cd debian
   dodoc changelog conffiles copyright cron.daily dirs

}