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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7258 - (hide annotations) (download)
Sat Feb 2 20:54:51 2013 UTC (11 years, 2 months ago) by lmenut
File size: 397 byte(s)
Makefile: switch to xz for tarball
1 dmorgan 493 PACKAGE = mageia-kde4-config
2     PKGVERSION = $(VERSION)
3 mikala 5765 VERSION = 3
4 mikala 809 DATE = `date +%Y%m%d`
5 dmorgan 493 .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 lmenut 7258 tar cfa $(PACKAGE)-$(PKGVERSION).$(DATE).tar.xz $(PACKAGE)-$(PKGVERSION)
21 dmorgan 493 rm -rf $(PACKAGE)-$(PKGVERSION)

Properties

Name Value
svn:eol-style native

  ViewVC Help
Powered by ViewVC 1.1.30