/[soft]/mgatools/trunk/Makefile
ViewVC logotype

Contents of /mgatools/trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1068 - (show annotations) (download)
Sun May 1 22:15:21 2011 UTC (12 years, 11 months ago) by boklm
File size: 723 byte(s)
create tar.xz file
1 NAME = mgatools
2 VERSION=0.1
3
4 ALL =
5
6 PERL_VENDORLIB=$(shell eval "`perl -V:installvendorlib`"; echo $$installvendorlib)
7
8 install: $(ALL)
9 install -d $(DESTDIR)/usr/bin
10 install mgaiso-addmd5 $(DESTDIR)/usr/bin
11 install mgaiso-checkmd5 $(DESTDIR)/usr/bin
12 install clean-rpmsrate $(DESTDIR)/usr/bin
13 install -d $(DESTDIR)/$(PERL_VENDORLIB)/MGATools
14 for i in rpmsrate.pm iso.pm; do install pm/MGATools/$$i $(DESTDIR)/$(PERL_VENDORLIB)/MGATools/; done
15
16 localdist: dist
17
18 clean:
19 -rm -f *~
20 cleandist: clean
21 rm -rf $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.xz
22
23 tar:
24 tar cJf $(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION)
25 rm -rf $(NAME)-$(VERSION)
26
27 dist: cleandist export tar
28
29 export:
30 svn export -q -rBASE . $(NAME)-$(VERSION)
31

Properties

Name Value
svn:eol-style native

  ViewVC Help
Powered by ViewVC 1.1.30