From 70d9f42dd6d7170e004e07362afc0a8948770199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Fri, 23 Oct 2015 23:03:59 +0200 Subject: Add initial Makefile --- Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..2526448 --- /dev/null +++ b/Makefile @@ -0,0 +1,15 @@ +PACKAGE = mageia-plasma5-config +PKGVERSION = $(VERSION) +VERSION = 5 +DATE = `date +%Y%m%d` +.PHONY: all $(DIRS) clean + +clean: + # TODO + + + +# rules to build tarball + +tar: + git archive --prefix $(PACKAGE)-$(PKGVERSION)/ HEAD | xz -9 > $(PACKAGE)-$(PKGVERSION).$(DATE).tar.xz -- cgit v1.2.1