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

valholla at users.sourceforge.net valholla at users.sourceforge.net
Tue Feb 17 22:58:46 CET 2009


Revision: 3153
          http://gar.svn.sourceforge.net/gar/?rev=3153&view=rev
Author:   valholla
Date:     2009-02-17 21:58:46 +0000 (Tue, 17 Feb 2009)

Log Message:
-----------
initial checkin

Added Paths:
-----------
    csw/mgar/pkg/php5_mbstring/
    csw/mgar/pkg/php5_mbstring/Makefile
    csw/mgar/pkg/php5_mbstring/checksums
    csw/mgar/pkg/php5_mbstring/files/


Property changes on: csw/mgar/pkg/php5_mbstring
___________________________________________________________________
Added: svn:externals
   + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/php5_mbstring/Makefile
===================================================================
--- csw/mgar/pkg/php5_mbstring/Makefile	                        (rev 0)
+++ csw/mgar/pkg/php5_mbstring/Makefile	2009-02-17 21:58:46 UTC (rev 3153)
@@ -0,0 +1,44 @@
+GARNAME = php5
+GARVERSION = 5.2.6
+CATEGORIES = lang
+PHP5EXT_NAME = mbstring
+
+DESCRIPTION = mbstring Extention for PHP
+define BLURB
+   mbstring Extention for PHP
+endef
+
+WORKSRC = $(WORKSRC)/ext/$(PHP5EXT_NAME)
+
+INSTALL_ENV += INSTALL_ROOT=$(DESTDIR)
+PHP_PREFIX = $(prefix)/php5
+PHP_BIN = $(PHP_PREFIX)/bin
+
+PHP5ROOT    = $(DESTDIR)/$(PHP_PREFIX)
+STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/
+STRIP_DIRS += $(PHP5ROOT)/bin
+
+
+PACKAGES = CSWphp5mbstring
+
+MASTER_SITES = http://www.php.net/releases/
+SPKG_SOURCEURL = http://www.php.net/get/
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
+DISTFILES = $(DISTNAME).tar.bz2
+
+CATALOGNAME_CSWphp5xdebug = php5_mbstring
+SPKG_DESC_CSWphp5xdebug = mbstring Extention for PHP5
+REQUIRED_PKGS_CSWphp5xdebug = CSWphp5
+
+CONFIGURE_ARGS  = $(DIRPATHS)
+CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config
+
+post-extract-modulated:
+	@( cd $(WORKSRC) ; $(PHP_BIN)/phpize )
+	$(DONADA)
+
+# There are no test scripts
+TEST_SCRIPTS =
+
+include gar/category.mk


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