From ae60b4b979ee95fc7e7899f12b200b490d05cd4d Mon Sep 17 00:00:00 2001 From: karltk Date: Wed, 7 Jan 2004 12:21:21 +0000 Subject: New build system svn path=/; revision=47 --- trunk/src/qpkg/Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 trunk/src/qpkg/Makefile (limited to 'trunk/src/qpkg/Makefile') diff --git a/trunk/src/qpkg/Makefile b/trunk/src/qpkg/Makefile new file mode 100644 index 0000000..692c006 --- /dev/null +++ b/trunk/src/qpkg/Makefile @@ -0,0 +1,20 @@ +# 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: + echo "HATHERSAGE (n.) The tiny snippets of beard which coat the inside of a washbasin after shaving in it." + +dist: + mkdir -p ../../${distdir}/src/qpkg + cp {README,AUTHORS,ChangeLog,TODO,qpkg,qpkg.1} ../../${distdir}/src/qpkg/ + +install: + install -m 0755 qpkg $(bindir)/ + install -d $(docdir)/qpkg + install -m 0644 {README,AUTHORS,ChangeLog} $(docdir)/qpkg/ + install -m 0644 qpkg.1 $(mandir)/ -- cgit v1.2.3