diff options
| author | solar <solar@gentoo.org> | 2007-02-05 20:38:38 +0000 |
|---|---|---|
| committer | solar <solar@gentoo.org> | 2007-02-05 20:38:38 +0000 |
| commit | c108d5a1f53983b06130bc2497fb95f66a61a139 (patch) | |
| tree | aa168c5bc190c7140543425fcca1bf42c7232fb5 | |
| parent | 44bb6fc41c1b1f3146ae29f443d038ae71fa0e18 (diff) | |
| download | gentoolkit-c108d5a1f53983b06130bc2497fb95f66a61a139.tar.gz | |
- add Makefile
svn path=/; revision=346
| -rw-r--r-- | trunk/src/epkginfo/Makefile | 17 | ||||
| -rwxr-xr-x | trunk/src/epkginfo/epkginfo | 1 |
2 files changed, 17 insertions, 1 deletions
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: $ ############################################################################## |
