[csw-devel] SF.net SVN: gar:[3624] csw/mgar/pkg/lzop/trunk/Makefile

bonivart at users.sourceforge.net bonivart at users.sourceforge.net
Sun Mar 8 01:39:25 CET 2009


Revision: 3624
          http://gar.svn.sourceforge.net/gar/?rev=3624&view=rev
Author:   bonivart
Date:     2009-03-08 00:39:25 +0000 (Sun, 08 Mar 2009)

Log Message:
-----------
lzop: added docs

Modified Paths:
--------------
    csw/mgar/pkg/lzop/trunk/Makefile

Modified: csw/mgar/pkg/lzop/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lzop/trunk/Makefile	2009-03-07 23:57:29 UTC (rev 3623)
+++ csw/mgar/pkg/lzop/trunk/Makefile	2009-03-08 00:39:25 UTC (rev 3624)
@@ -21,10 +21,19 @@
 REQUIRED_PKGS = CSWlzo
 
 # We define upstream file regex so we can be notifed of new upstream software release
-#UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
 TEST_TARGET = check
 
 CONFIGURE_ARGS = $(DIRPATHS)
 
 include gar/category.mk
+
+DOCS = AUTHORS NEWS README THANKS doc/magic
+DOCDEST = $(DESTDIR)$(docdir)/$(GARNAME)
+
+post-install-modulated:
+	@echo " ==> Post-install for $(GARNAME) (custom)"
+	@ginstall -d $(DOCDEST)
+	@$(foreach DOC,$(DOCS),ginstall -m 644 $(WORKSRC)/$(DOC) $(DOCDEST);)
+	@$(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