From: solar Date: Mon, 5 Feb 2007 20:38:38 +0000 (-0000) Subject: - add Makefile X-Git-Tag: gentoolkit-0.2.4.3~167 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c108d5a1f53983b06130bc2497fb95f66a61a139;p=gentoolkit.git - add Makefile svn path=/; revision=346 --- diff --git a/trunk/src/epkginfo/Makefile b/trunk/src/epkginfo/Makefile new file mode 100644 index 0000000..a05c59b --- /dev/null +++ b/trunk/src/epkginfo/Makefile @@ -0,0 +1,17 @@ +# Copyright 2007 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# +# $Header$ + +include ../../makedefs.mak + +all: + echo "ABWONG (AB-wong vb.) To bounce cheerfully on a bed." + +dist: + mkdir -p ../../$(distdir)/src/epkginfo + cp Makefile epkginfo ../../$(distdir)/src/epkginfo/ + +install: + install -d $(DESTDIR)/usr/lib/gentoolkit/bin/ + install -m 0755 epkginfo $(DESTDIR)/usr/lib/gentoolkit/bin/ diff --git a/trunk/src/epkginfo/epkginfo b/trunk/src/epkginfo/epkginfo index f3598bf..17e8cba 100755 --- a/trunk/src/epkginfo/epkginfo +++ b/trunk/src/epkginfo/epkginfo @@ -1,5 +1,4 @@ #!/usr/bin/python - ############################################################################## # $Header: $ ##############################################################################