/[soft]/mageia-kde4-config/branches/2/Makefile
ViewVC logotype

Contents of /mageia-kde4-config/branches/2/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4750 - (show annotations) (download)
Thu May 31 12:57:46 2012 UTC (11 years, 10 months ago) by ennael
File size: 399 byte(s)
create proper 2 branch

1 PACKAGE = mageia-kde4-config
2 PKGVERSION = $(VERSION)
3 VERSION = 2
4 DATE = `date +%Y%m%d`
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