[Fedora-directory-commits] dsbuild/ds/icu .cvsignore, NONE, 1.1 Makefile, 1.2, 1.3 checksums, 1.3, 1.4

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Fri Feb 8 21:51:57 UTC 2008


Author: rmeggins

Update of /cvs/dirsec/dsbuild/ds/icu
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10545/ds/icu

Modified Files:
	Makefile checksums 
Added Files:
	.cvsignore 
Log Message:
updated for Fedora DS 1.1


--- NEW FILE .cvsignore ---
download
work
cookies


Index: Makefile
===================================================================
RCS file: /cvs/dirsec/dsbuild/ds/icu/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile	14 Feb 2006 22:28:51 -0000	1.2
+++ Makefile	8 Feb 2008 21:51:55 -0000	1.3
@@ -1,33 +1,27 @@
-GARNAME = icu
-GARVERSION = 3.4
+GARNAME = icu4c
+GARVERSION = 3_8_1
 CATEGORIES = ds
-DISTFILES = $(GARNAME)-$(GARVERSION).tgz
+DISTFILES = $(GARNAME)-$(GARVERSION)-src.tgz
 PATCHFILES = 
-
 LIBDEPS = 
 
-DESCRIPTION = icu
+DESCRIPTION = ICU
+
+WORKSRC = work/icu
 
 CONFIGURE_SCRIPTS = custom
 BUILD_SCRIPTS = $(WORKSRC)/source/Makefile
-INSTALL_SCRIPTS = custom
+INSTALL_SCRIPTS = $(WORKSRC)/source/Makefile
 
 ifdef DEBUG
 DEBUGFLAG = --enable-debug
 endif
 
-CONFIGURE_ARGS = LinuxRedHat --prefix=`pwd`/../built --enable-rpath --disable-ustdio $(DEBUGFLAG)
+CONFIGURE_ARGS = LinuxRedHat --enable-rpath --disable-ustdio $(DEBUGFLAG)
 
 configure-custom:
-	if test -d $(WORKSRC); then \
-		rmdir $(WORKSRC) ;\
-		mv work/icu $(WORKSRC) ;\
-	fi
-	cd $(WORKSRC)/source && ./runConfigureICU $(CONFIGURE_ARGS)
-	$(MAKECOOKIE)
-
-install-custom:
-	cd $(WORKSRC)/source && $(MAKE) install
+	@echo ' $(call TMSG_LIB,Running runConfigureICU in,$(WORKSRC)/source)'
+	cd $(WORKSRC)/source && $(CONFIGURE_ENV) ./runConfigureICU $(CONFIGURE_ARGS)
 	$(MAKECOOKIE)
 
 include ../../gar.conf.mk


Index: checksums
===================================================================
RCS file: /cvs/dirsec/dsbuild/ds/icu/checksums,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- checksums	24 Feb 2006 17:23:38 -0000	1.3
+++ checksums	8 Feb 2008 21:51:55 -0000	1.4
@@ -1 +1 @@
-b19f3b9eec1c44fba86b07f287801084  download/icu-3.4.tgz
+a827dbc9d909febd4ec39b90386868ba  download/icu4c-3_8_1-src.tgz




More information about the Fedora-directory-commits mailing list