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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 493 - (hide annotations) (download)
Wed Feb 9 14:12:24 2011 UTC (13 years, 2 months ago) by dmorgan
File size: 369 byte(s)
Commit first version of MakeFile
1 dmorgan 493 PACKAGE = mageia-kde4-config
2     PKGVERSION = $(VERSION)
3     VERSION = 1
4    
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).tar.lzma $(PACKAGE)-$(PKGVERSION)
21     rm -rf $(PACKAGE)-$(PKGVERSION)

Properties

Name Value
svn:eol-style native

  ViewVC Help
Powered by ViewVC 1.1.30