From 2c49af3a4fceee0a8b0911844b77284002749eba Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Wed, 9 Feb 2011 14:12:24 +0000 Subject: Commit first version of MakeFile --- Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..839053f --- /dev/null +++ b/Makefile @@ -0,0 +1,21 @@ +PACKAGE = mageia-kde4-config +PKGVERSION = $(VERSION) +VERSION = 1 + +.PHONY: all $(DIRS) clean + +clean: + # TODO + + + +# rules to build tarball +localcopy: clean + rm -rf $(PACKAGE)-$(PKGVERSION)* + svn export -q -rBASE . $(PACKAGE)-$(PKGVERSION) + +localdist: tar + +tar: localcopy + tar cfa $(PACKAGE)-$(PKGVERSION).tar.lzma $(PACKAGE)-$(PKGVERSION) + rm -rf $(PACKAGE)-$(PKGVERSION) -- cgit v1.2.1