[csw-devel] SF.net SVN: gar:[19750] csw/mgar/pkg

cgrzemba at users.sourceforge.net cgrzemba at users.sourceforge.net
Mon Nov 26 10:31:45 CET 2012


Revision: 19750
          http://gar.svn.sourceforge.net/gar/?rev=19750&view=rev
Author:   cgrzemba
Date:     2012-11-26 09:31:45 +0000 (Mon, 26 Nov 2012)
Log Message:
-----------
phpawl/trunk: Initial commit:
- How is the right install procedure for PHP modules?

Added Paths:
-----------
    csw/mgar/pkg/phpawl/
    csw/mgar/pkg/phpawl/Makefile
    csw/mgar/pkg/phpawl/branches/
    csw/mgar/pkg/phpawl/tags/
    csw/mgar/pkg/phpawl/trunk/
    csw/mgar/pkg/phpawl/trunk/Makefile
    csw/mgar/pkg/phpawl/trunk/checksums
    csw/mgar/pkg/phpawl/trunk/files/

Added: csw/mgar/pkg/phpawl/Makefile
===================================================================
--- csw/mgar/pkg/phpawl/Makefile	                        (rev 0)
+++ csw/mgar/pkg/phpawl/Makefile	2012-11-26 09:31:45 UTC (rev 19750)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*


Property changes on: csw/mgar/pkg/phpawl/trunk
___________________________________________________________________
Added: svn:ignore
   + work


Added: csw/mgar/pkg/phpawl/trunk/Makefile
===================================================================
--- csw/mgar/pkg/phpawl/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/phpawl/trunk/Makefile	2012-11-26 09:31:45 UTC (rev 19750)
@@ -0,0 +1,46 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = phpawl
+VERSION = 0.53
+GARTYPE = v2
+
+DESCRIPTION = Andrew's Web Libraries - PHP Utility Libraries
+define BLURB
+  This package contains Andrew's Web Libraries.  This is a set
+of hopefully lightweight libraries for handling a variety of
+useful things for web programming, including:
+ - Session management
+ - User management
+ - DB Records
+ - Simple reporting
+ - DB Schema Updating
+ - iCalendar parsing
+
+endef
+
+MASTER_SITES = http://debian.mcmillan.net.nz/packages/awl/
+DISTFILES  = awl-$(VERSION).tar.gz
+DISTNAME = awl-$(VERSION)
+
+ARCHALL = 1
+NOGITPATCH=1
+
+REINPLACE_USRSHARE = docs/api/awl/* docs/api/awl/*/*
+
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS =
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = custom
+
+include gar/category.mk
+
+install-custom:
+	@echo " ==> Installing $(NAME) (custom)"
+	@rm -rf $(DESTDIR)$(prefix)/share/www/$(NAME)
+	@ginstall -d $(DESTDIR)$(docdir)/$(NAME)
+	@ginstall -d $(DESTDIR)$(prefix)/share/www/$(NAME)
+	@cp -rp $(WORKSRC)/inc $(DESTDIR)$(prefix)/share/www/$(NAME)
+	@cp -rp $(WORKSRC)/dba $(DESTDIR)$(prefix)/share/www/$(NAME)
+	@cp -rp $(WORKSRC)/docs/api/awl/* $(DESTDIR)$(docdir)/$(NAME)
+	@$(MAKECOOKIE)


Property changes on: csw/mgar/pkg/phpawl/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/phpawl/trunk/checksums
===================================================================
--- csw/mgar/pkg/phpawl/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/phpawl/trunk/checksums	2012-11-26 09:31:45 UTC (rev 19750)
@@ -0,0 +1 @@
+7cfed2c48652cfb6194b688951065dd7  awl-0.53.tar.gz

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