Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29963/libs

Modified Files:
        liblz1.info 
Log Message:
New upstream liblz1 1.4, lziprecover 1.14, plzip 1.0.

Index: liblz1.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/liblz1.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- liblz1.info 1 Nov 2011 01:19:46 -0000       1.1
+++ liblz1.info 20 Aug 2013 18:05:16 -0000      1.2
@@ -1,5 +1,5 @@
 Package: liblz1
-Version: 1.2
+Version: 1.4
 Revision: 1
 Description: Library for lzip LZMA compressor
 DescDetail: <<
@@ -17,33 +17,29 @@
 Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
 
 Source: http://download.savannah.gnu.org/releases/lzip/lzlib-%{v}.tar.gz
-Source-MD5: 7a77358000929bb0a31ad6b68a139b9d
+Source-MD5: 055525a7315fb7b33f07a2ffeb418db7
 
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: libtool2
 BuildDependsOnly: true
 
-GCC: 4.0
-
 CompileScript: <<
-       glibtool --mode=compile g++ -shared -Os -c decoder.cc
-       glibtool --mode=compile g++ -shared -Os -c encoder.cc
-       glibtool --mode=compile g++ -shared -Os -c lzlib.cc
+       glibtool --mode=compile gcc -shared -Os -c lzlib.c
 
-       glibtool --mode=link g++ -shared -no-undefined decoder.lo encoder.lo 
lzlib.lo -o liblz.la -version-info 1:2:0 -rpath %p/lib
+       glibtool --mode=link gcc -shared -no-undefined lzlib.lo -o liblz.la 
-version-info 1:4:0 -rpath %p/lib
        
-       glibtool --mode=compile g++ -shared -Os -c arg_parser.cc
-       glibtool --mode=compile g++ -shared -Os -c main.cc 
-Wc,-DPROGVERSION=\"%{v}\"
+       glibtool --mode=compile gcc -shared -Os -c carg_parser.c
+       glibtool --mode=compile gcc -shared -Os -c main.c 
-Wc,-DPROGVERSION=\"%{v}\"
        
-       glibtool --mode=link g++ -shared arg_parser.lo main.lo liblz.la -o 
minilzip
+       glibtool --mode=link gcc -shared carg_parser.lo main.lo liblz.la -o 
minilzip
 <<
 
 InfoTest: <<
        TestScript: <<
-               glibtool --mode=compile g++ -shared -Os -c lzcheck.cc
-               glibtool --mode=link g++ -shared lzcheck.lo liblz.la -o lzcheck
-               glibtool --mode=compile g++ -shared -Os -c bbexample.cc
-               glibtool --mode=link g++ -shared bbexample.lo liblz.la -o 
bbexample
+               glibtool --mode=compile gcc -shared -Os -c lzcheck.c
+               glibtool --mode=link gcc -shared lzcheck.lo liblz.la -o lzcheck
+               glibtool --mode=compile gcc -shared -Os -c bbexample.c
+               glibtool --mode=link gcc -shared bbexample.lo liblz.la -o 
bbexample
                
                ./testsuite/check.sh `pwd`/testsuite || exit 2
        <<
@@ -54,11 +50,13 @@
        install -d %i/include
        install -d %i/lib
        install -d %i/share/info
+       install -d %i/share/man/man1
        
        glibtool --mode=install install -m 0755 minilzip %i/bin
        install -m 0644 lzlib.h %i/include
        glibtool --mode=install install -m 0644 liblz.la %i/lib
        install -m 0644 doc/lzlib.info %i/share/info
+       install -m 0644 doc/minilzip.1 %i/share/man/man1
 <<
 
 DocFiles: AUTHORS ChangeLog COPYING NEWS README


------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to