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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1644 - (show annotations) (download)
Thu Jun 2 20:47:41 2011 UTC (12 years, 10 months ago) by dmorgan
File size: 399 byte(s)
Branch for updates
1 PACKAGE = mageia-kde4-config
2 PKGVERSION = $(VERSION)
3 VERSION = 1
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