/[soft]/mageia-kde4-config/trunk/Makefile
ViewVC logotype

Contents of /mageia-kde4-config/trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 494 - (show annotations) (download)
Wed Feb 9 14:20:44 2011 UTC (13 years, 2 months ago) by dmorgan
File size: 399 byte(s)
Fix tarball name by adding the date of the creation
1 PACKAGE = mageia-kde4-config
2 PKGVERSION = $(VERSION)
3 VERSION = 1
4 DATE = `date +%m%d%Y`
5 .PHONY: all $(DIRS) clean
6
7 clean:
8 # TODO
9
10
11
12 # rules to build tarball
13 localcopy: clean
14 rm -rf $(PACKAGE)-$(PKGVERSION)*
15 svn export -q -rBASE . $(PACKAGE)-$(PKGVERSION)
16
17 localdist: tar
18
19 tar: localcopy
20 tar cfa $(PACKAGE)-$(PKGVERSION).$(DATE).tar.lzma $(PACKAGE)-$(PKGVERSION)
21 rm -rf $(PACKAGE)-$(PKGVERSION)

Properties

Name Value
svn:eol-style native

  ViewVC Help
Powered by ViewVC 1.1.30