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

rthurner at users.sourceforge.net rthurner at users.sourceforge.net
Sun Dec 5 18:39:59 CET 2010


Revision: 11791
          http://gar.svn.sourceforge.net/gar/?rev=11791&view=rev
Author:   rthurner
Date:     2010-12-05 17:39:59 +0000 (Sun, 05 Dec 2010)

Log Message:
-----------
apr-iconv gar first try

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


Property changes on: csw/mgar/pkg/apr-iconv/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/apr-iconv/trunk/Makefile
===================================================================
--- csw/mgar/pkg/apr-iconv/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/apr-iconv/trunk/Makefile	2010-12-05 17:39:59 UTC (rev 11791)
@@ -0,0 +1,25 @@
+GARNAME = apr-iconv
+GARVERSION = 1.2.1
+CATEGORIES = lib
+
+DESCRIPTION = Apache Portable Runtime Utilities
+define BLURB
+  The mission of the Apache Portable Runtime (APR) project is to create and
+  maintain software libraries that provide a predictable and consistent
+  interface to underlying platform-specific implementations.
+endef
+
+MASTER_SITES  = http://apache.crihan.fr/dist/apr/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+LICENSE = LICENSE
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --with-apr=$(prefix)/bin/apr-1-config
+
+BUILD64 = 1
+STRIP_LIBTOOL = 1
+
+include gar/category.mk


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

Added: csw/mgar/pkg/apr-iconv/trunk/checksums
===================================================================
--- csw/mgar/pkg/apr-iconv/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/apr-iconv/trunk/checksums	2010-12-05 17:39:59 UTC (rev 11791)
@@ -0,0 +1 @@
+4a27a1480e6862543396e59c4ffcdeb4  apr-iconv-1.2.1.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