[csw-devel] SF.net SVN: gar:[16771] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Sun Jan 15 22:13:09 CET 2012
Revision: 16771
http://gar.svn.sourceforge.net/gar/?rev=16771&view=rev
Author: dmichelsen
Date: 2012-01-15 21:13:08 +0000 (Sun, 15 Jan 2012)
Log Message:
-----------
libunistring: Initial commit
Added Paths:
-----------
csw/mgar/pkg/libunistring/
csw/mgar/pkg/libunistring/Makefile
csw/mgar/pkg/libunistring/branches/
csw/mgar/pkg/libunistring/tags/
csw/mgar/pkg/libunistring/trunk/
csw/mgar/pkg/libunistring/trunk/Makefile
csw/mgar/pkg/libunistring/trunk/checksums
csw/mgar/pkg/libunistring/trunk/files/
Added: csw/mgar/pkg/libunistring/Makefile
===================================================================
--- csw/mgar/pkg/libunistring/Makefile (rev 0)
+++ csw/mgar/pkg/libunistring/Makefile 2012-01-15 21:13:08 UTC (rev 16771)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Property changes on: csw/mgar/pkg/libunistring/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/libunistring/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libunistring/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/libunistring/trunk/Makefile 2012-01-15 21:13:08 UTC (rev 16771)
@@ -0,0 +1,35 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = libunistring
+VERSION = 0.9.3
+GARTYPE = v2
+CATEGORIES = lib
+
+DESCRIPTION = Provides functions for manipulating Unicode strings
+define BLURB
+endef
+
+MASTER_SITES = $(GNU_MIRROR)
+DISTFILES = $(DISTNAME).tar.gz
+
+PACKAGES += CSWlibunistring0
+SPKG_DESC_CSWlibunistring0 = Provides functions for manipulating Unicode strings, libunistring.so.0
+PKGFILES_CSWlibunistring0 += $(call pkgfiles_lib,libunistring.so.0)
+RUNTIME_DEP_PKGS_CSWlibunistring0 += CSWlibiconv2
+
+PACKAGES += CSWlibunistring-dev
+SPKG_DESC_CSWlibunistring-dev = Development files for libunistring.so.0
+# PKGFILES is catchall
+RUNTIME_DEP_PKGS_CSWlibunistring-dev += CSWlibunistring0
+
+# These are just docs, override for now
+CHECKPKG_OVERRIDES_CSWlibunistring-dev += file-with-bad-content|/usr/local|root/opt/csw/share/doc/libunistring/libunistring_15.html
+CHECKPKG_OVERRIDES_CSWlibunistring-dev += file-with-bad-content|/usr/local|root/opt/csw/share/info/libunistring.info
+
+BUILD64 = 1
+
+EXTRA_MERGE_EXCLUDE_FILES += $(libdir)/charset\.alias
+
+include gar/category.mk
+
Property changes on: csw/mgar/pkg/libunistring/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/libunistring/trunk/checksums
===================================================================
--- csw/mgar/pkg/libunistring/trunk/checksums (rev 0)
+++ csw/mgar/pkg/libunistring/trunk/checksums 2012-01-15 21:13:08 UTC (rev 16771)
@@ -0,0 +1 @@
+db8eca3b64163abadf8c40e5cecc261f libunistring-0.9.3.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