SF.net SVN: gar:[22809] csw/mgar/pkg/mgar/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Thu Jan 9 13:55:38 CET 2014
Revision: 22809
http://sourceforge.net/p/gar/code/22809
Author: dmichelsen
Date: 2014-01-09 12:55:36 +0000 (Thu, 09 Jan 2014)
Log Message:
-----------
mgar: Update to latest version
Modified Paths:
--------------
csw/mgar/pkg/mgar/trunk/Makefile
Modified: csw/mgar/pkg/mgar/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mgar/trunk/Makefile 2014-01-09 12:53:53 UTC (rev 22808)
+++ csw/mgar/pkg/mgar/trunk/Makefile 2014-01-09 12:55:36 UTC (rev 22809)
@@ -2,17 +2,14 @@
# TODO (release-critical prefixed with !, non release-critical with *)
#
NAME = mgar
-VERSION = 0.95
+VERSION = 671
GARTYPE = v2
DESCRIPTION = Command line interface to the OpenCSW build system
-define BLURB
- Long description
-endef
VENDOR_URL = http://gar.opencsw.org
-SVNROOT = https://opencsw.svn.sourceforge.net/svnroot/opencsw/gar-wrapper
-SVNREV = 597
+SVNROOT = svn+proxy://svn.code.sf.net/p/opencsw/code/gar-wrapper
+SVNREV = $(VERSION)
ARCHALL = 1
@@ -23,6 +20,7 @@
RUNTIME_DEP_PKGS += CSWgmake
RUNTIME_DEP_PKGS += CSWsvn
RUNTIME_DEP_PKGS += CSWbashcmplt
+RUNTIME_DEP_PKGS += CSWpy-mako
RUNTIME_DEP_PKGS += CSWgar-dev # Meta pkg. Pulls in deps required by GAR.
CHECKPKG_OVERRIDES_CSWmgar += surplus-dependency
@@ -37,6 +35,7 @@
build-custom:
svn export --force -r $(SVNREV) $(SVNROOT)/ $(WORKSRC)
a2x -d manpage -f manpage $(WORKSRC)/mgar.1.txt
+ a2x -d manpage -f manpage $(WORKSRC)/mgar.5.txt
$(MAKECOOKIE)
install-custom:
@@ -45,6 +44,7 @@
mkdir -p $(DESTDIR)$(prefix)/etc/bash_completion.d
cp $(WORKSRC)/mgar $(DESTDIR)$(bindir)
cp $(WORKSRC)/mgar.1 $(DESTDIR)$(mandir)/man1/
+ cp $(WORKSRC)/mgar.5 $(DESTDIR)$(mandir)/man5/
cp $(WORKSRC)/bash_completion.mgar \
$(DESTDIR)$(prefix)/etc/bash_completion.d/mgar
$(MAKECOOKIE)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list