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

wilbury at users.sourceforge.net wilbury at users.sourceforge.net
Thu Apr 18 11:31:00 CEST 2013


Revision: 20777
          http://gar.svn.sourceforge.net/gar/?rev=20777&view=rev
Author:   wilbury
Date:     2013-04-18 09:31:00 +0000 (Thu, 18 Apr 2013)
Log Message:
-----------
php5_memcache/trunk: Fix architecture-dependent settings.

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

Modified: csw/mgar/pkg/php5_memcache/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php5_memcache/trunk/Makefile	2013-04-18 09:03:41 UTC (rev 20776)
+++ csw/mgar/pkg/php5_memcache/trunk/Makefile	2013-04-18 09:31:00 UTC (rev 20777)
@@ -4,16 +4,13 @@
 VERSION = 2.2.7
 GARTYPE = v2
 
-# to match php5
 PACKAGING_PLATFORMS = solaris10-i386
 
-DESCRIPTION = memcache Extention for PHP
+# to match php5
+
+DESCRIPTION = Extention memcache for PHP5
 define BLURB
-   Memcached is a caching daemon designed especially for
-   dynamic web applications to decrease database load by
-   storing objects in memory.
-   This extension allows you to work with memcached through
-   handy OO and procedural interfaces.
+   This extension allows you to work with memcached through handy OO and procedural interfaces.
 endef
 
 PHP_PREFIX = $(prefix)/php5
@@ -40,6 +37,7 @@
 RUNTIME_DEP_PKGS_CSWphp5-memcache = CSWphp5
 BUILD_DEPS_CSWphp5-memcache = CSWapache2 CSWphp5-dev
 RUNTIME_DEP_PKGS_CSWphp5-memcache += CSWlibgcc-s1
+ARCH_CSWphp5-memcache = all
 
 CONFIGURE_ARGS  = $(DIRPATHS)
 CONFIGURE_ARGS += --with-php-config=$(bindir)/php-config
@@ -64,3 +62,4 @@
 post-extract-isa-$(ISA_DEFAULT_$(GARCH)):
 	@( cd $(WORKSRC) ; $(PHP_BIN)/phpize )
 	@$(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