[csw-devel] SF.net SVN: gar:[20765] csw/mgar/pkg/php5_memcache/trunk/Makefile
wilbury at users.sourceforge.net
wilbury at users.sourceforge.net
Wed Apr 17 16:34:45 CEST 2013
Revision: 20765
http://gar.svn.sourceforge.net/gar/?rev=20765&view=rev
Author: wilbury
Date: 2013-04-17 14:34:44 +0000 (Wed, 17 Apr 2013)
Log Message:
-----------
php5_memcache/trunk: Fix typos.
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-17 14:26:14 UTC (rev 20764)
+++ csw/mgar/pkg/php5_memcache/trunk/Makefile 2013-04-17 14:34:44 UTC (rev 20765)
@@ -9,9 +9,11 @@
DESCRIPTION = memcache Extention for PHP
define BLURB
- The Alternative PHP Cache (APC) is a free and open opcode cache for PHP.
- It was conceived of to provide a free, open, and robust framework
- for caching and optimizing PHP intermediate code.
+ 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.
endef
PHP_PREFIX = $(prefix)/php5
@@ -34,7 +36,7 @@
PACKAGES = CSWphp5-memcache
OBSOLETED_BY_CSWphp5-memcache = CSWphp5memcache
CATALOG_NAME_CSWphp5memcache = php5_memcache_stub
-SPKG_DESC_CSWphp5-memcache = APC Extention for PHP5
+SPKG_DESC_CSWphp5-memcache = memcache Extention for PHP5
RUNTIME_DEP_PKGS_CSWphp5-memcache = CSWphp5
BUILD_DEPS_CSWphp5-memcache = CSWapache2 CSWphp5-dev
RUNTIME_DEP_PKGS_CSWphp5-memcache += CSWlibgcc-s1
@@ -46,7 +48,7 @@
LICENSE = CREDITS
# Build flags
-EXTRA_CFLAGS += "-I$(predix)/include/libmemcache"
+EXTRA_CFLAGS += "-I$(prefix)/include/libmemcache"
# These should stop the test suite from asking to send results by
# mail.
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