Update of /cvsroot/leaf/src/bering-uclibc4/source/libgmp
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv7742/libgmp

Modified Files:
        buildtool.cfg buildtool.mk 
Log Message:
Added libgmp building in buildenv


Index: buildtool.cfg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/source/libgmp/buildtool.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** buildtool.cfg       19 Nov 2010 16:08:13 -0000      1.1
--- buildtool.cfg       13 Dec 2010 13:19:37 -0000      1.2
***************
*** 8,16 ****
  </File>
  
! <File gmp-5.0.1.tar.bz2>
!   Server = cvs4-sourceforge
!   Revision = HEAD  
!   Directory = libgmp
!   envname = LIBGMP_SOURCE
! </File>
  
--- 8,57 ----
  </File>
  
! #<File gmp-5.0.1.tar.bz2>
! #  Server = cvs4-sourceforge
! #  Revision = HEAD  
! #  Directory = libgmp
! #  envname = LIBGMP_SOURCE
! #</File>
  
+ <Package>
+     <libgmp>
+           Version = 4.3.2
+           Revision = 1
+           
+           Help <<EOF
+           The gmp library
+           Homepage: http://libgmp.org
+           LEAF Package by __PACKAGER__, __BUILDDATE__
+           EOF
+           
+           <Permissions>
+                   Files = 644
+                   Directories = 755
+           </Permissions>
+           
+           <Owner>
+                   Files = root:root
+                   Directories = root:root
+           </Owner>
+           
+           <Contents>
+                   <File>
+                           Source      = usr/lib/libgmp.so.3.5.2
+                           Filename    = usr/lib/libgmp.so.3.5.2
+                           Type        = binary
+                           Permissions = 755
+                   </File>
+                   <File>
+                           Target      = usr/lib/libgmp.so.3.5.2
+                           Filename    = usr/lib/libgmp.so.3
+                           Type        = link
+                   </File>
+                   <File>
+                           Target      = usr/lib/libgmp.so.3.5.2
+                           Filename    = usr/lib/libgmp.so
+                           Type        = link
+                   </File>
+           </Contents>
+     </libdnet>
+ </Package>

Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/source/libgmp/buildtool.mk,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** buildtool.mk        19 Nov 2010 16:08:13 -0000      1.1
--- buildtool.mk        13 Dec 2010 13:19:37 -0000      1.2
***************
*** 23,27 ****
        touch $(LIBGMP_DIR)/.configured
  
! source: $(LIBGMP_DIR)/.source
  
  $(LIBGMP_DIR)/.build: $(LIBGMP_DIR)/.configured
--- 23,28 ----
        touch $(LIBGMP_DIR)/.configured
  
! #source: $(LIBGMP_DIR)/.source
! source:
  
  $(LIBGMP_DIR)/.build: $(LIBGMP_DIR)/.configured
***************
*** 37,41 ****
        touch $(LIBGMP_DIR)/.build
  
! build: $(LIBGMP_DIR)/.build
  
  clean:
--- 38,43 ----
        touch $(LIBGMP_DIR)/.build
  
! build: 
! #build: $(LIBGMP_DIR)/.build
  
  clean:


------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages, 
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev 
_______________________________________________
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to