summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 839053f2bc8a36dc87981fb3d01575bd8972bf5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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)