From 456429d82046a4efc0fb5f41c596290754cc692c Mon Sep 17 00:00:00 2001 From: fuzzyray Date: Thu, 8 Sep 2005 21:19:36 +0000 Subject: Added eclean bug# 33877 and updated README bug# 103662 svn path=/; revision=228 --- trunk/src/eclean/Makefile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 trunk/src/eclean/Makefile (limited to 'trunk/src/eclean/Makefile') diff --git a/trunk/src/eclean/Makefile b/trunk/src/eclean/Makefile new file mode 100644 index 0000000..79c5895 --- /dev/null +++ b/trunk/src/eclean/Makefile @@ -0,0 +1,24 @@ +# Copyright 2004 Karl Trygve Kalleberg +# Copyright 2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# +# $Header$ + +include ../../makedefs.mak + +all: + +dist: + mkdir -p ../../$(distdir)/src/eclean + cp eclean eclean.1 Makefile *.exclude ../../$(distdir)/src/eclean + cp AUTHORS THANKS TODO ChangeLog ../../$(distdir)/src/eclean + +install: + install -m 0755 eclean $(bindir)/ + ln -sf eclean $(bindir)/eclean-pkg + ln -sf eclean $(bindir)/eclean-dist + install -d $(sysconfdir)/eclean + install -m 0644 distfiles.exclude packages.exclude $(sysconfdir)/eclean/ + install -d $(docdir)/eclean + install -m 0644 AUTHORS THANKS TODO ChangeLog $(docdir)/eclean/ + install -m 0644 eclean.1 $(mandir)/ -- cgit v1.2.3