summaryrefslogtreecommitdiff
path: root/trunk/src/eclean/Makefile
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2005-09-08 21:19:36 +0000
committerfuzzyray <fuzzyray@gentoo.org>2005-09-08 21:19:36 +0000
commit456429d82046a4efc0fb5f41c596290754cc692c (patch)
tree44bc41d800957fdca2e38006d178fd0d150c61d4 /trunk/src/eclean/Makefile
parent5b08fb0a0f9834d4bab3dbd2340394220acd956f (diff)
downloadgentoolkit-456429d82046a4efc0fb5f41c596290754cc692c.tar.gz
Added eclean bug# 33877 and updated README bug# 103662
svn path=/; revision=228
Diffstat (limited to 'trunk/src/eclean/Makefile')
-rw-r--r--trunk/src/eclean/Makefile24
1 files changed, 24 insertions, 0 deletions
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 <karltk@gentoo.org>
+# 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)/