[csw-devel] SF.net SVN: gar:[2599] csw/branches/dam/automatic-multiarch-compile/lib
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Dec 15 13:53:41 CET 2008
Revision: 2599
http://gar.svn.sourceforge.net/gar/?rev=2599&view=rev
Author: dmichelsen
Date: 2008-12-15 12:53:40 +0000 (Mon, 15 Dec 2008)
Log Message:
-----------
automatic-multiarch-compile gettext: Initial commit
Added Paths:
-----------
csw/branches/dam/automatic-multiarch-compile/lib/gettext/
csw/branches/dam/automatic-multiarch-compile/lib/gettext/Makefile
csw/branches/dam/automatic-multiarch-compile/lib/gettext/checksums
csw/branches/dam/automatic-multiarch-compile/lib/gettext/files/
csw/branches/dam/automatic-multiarch-compile/lib/gettext/files/CSWggettext.gspec
Added: csw/branches/dam/automatic-multiarch-compile/lib/gettext/Makefile
===================================================================
--- csw/branches/dam/automatic-multiarch-compile/lib/gettext/Makefile (rev 0)
+++ csw/branches/dam/automatic-multiarch-compile/lib/gettext/Makefile 2008-12-15 12:53:40 UTC (rev 2599)
@@ -0,0 +1,31 @@
+GARNAME = gettext
+GARVERSION = 0.17
+CATEGORIES = lib
+
+DESCRIPTION = GNU gettext
+define BLURB
+endef
+
+MASTER_SITES = $(GNU_MIRRORS)
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+DISTFILES += $(call admfiles,CSWggettext)
+
+EXTRA_BUILD_ISAS_sparc = sparcv9
+EXTRA_BUILD_ISAS_i386 = amd64
+
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --program-transform-name='s/^/g&/'
+
+TEST_TARGET = check
+
+include ../category.mk
+
+LIBS = -lsec
+export LIBS
+
+post-install:
+ @# Only CSWiconv should have lib/charset.alias in it
+ @rm -f $(DESTDIR)$(libdir)/charset.alias
+ @# Only CSWcommon should have share/locale/locale.alias in it
+ @rm -f $(DESTDIR)$(sharedstatedir)/locale/locale.alias
+
Added: csw/branches/dam/automatic-multiarch-compile/lib/gettext/checksums
===================================================================
--- csw/branches/dam/automatic-multiarch-compile/lib/gettext/checksums (rev 0)
+++ csw/branches/dam/automatic-multiarch-compile/lib/gettext/checksums 2008-12-15 12:53:40 UTC (rev 2599)
@@ -0,0 +1,2 @@
+58a2bc6d39c0ba57823034d55d65d606 download/gettext-0.17.tar.gz
+e77ed8e74dcd0abbf699d345acde7e85 download/CSWggettext.gspec
Added: csw/branches/dam/automatic-multiarch-compile/lib/gettext/files/CSWggettext.gspec
===================================================================
--- csw/branches/dam/automatic-multiarch-compile/lib/gettext/files/CSWggettext.gspec (rev 0)
+++ csw/branches/dam/automatic-multiarch-compile/lib/gettext/files/CSWggettext.gspec 2008-12-15 12:53:40 UTC (rev 2599)
@@ -0,0 +1,4 @@
+%var bitname ggettext
+%var pkgname CSWggettext
+%include url file://%{PKGLIB}/csw_dyndepend.gspec
+%copyright url file://%{WORKSRC}/COPYING
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