Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv24963

Modified Files:
        avr-gcc.info 
Log Message:
removed handling of info files (none exist)

Index: avr-gcc.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/avr-gcc.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- avr-gcc.info        10 Jul 2007 02:07:21 -0000      1.3
+++ avr-gcc.info        5 Sep 2008 17:02:41 -0000       1.4
@@ -1,6 +1,6 @@
 Package: avr-gcc
 Version: 4.2.0
-Revision: 1
+Revision: 2
 Depends: avr-binutils (>= 2.15)
 BuildDepends: gcc4.0
 Maintainer: Matthias Ringwald <[EMAIL PROTECTED]>
@@ -13,22 +13,18 @@
 
 InstallScript: <<
     make install DESTDIR=%d
-    # maybe needed: rm -fr %i/share/avr/include     
+    rm -fr %i/share/avr/include     
     rm -f  %i/share/avr/lib/libiberty.a
-    rm -f  %i/share/info/standards.info
-    rm -f  %i/share/info/configure.info*
+    rm -fr %i/share/avr/share 
+    rm -fr  %i/share/info/
     rm -fr  %i/share/man/man7
-    # prefix info files with avr- (thanks to Carl van Denzen for the nice loop)
-    for i in $(ls %i/share/info/*info); do mv $i 
%i/share/info/avr-${i##*/};done
 <<
 
 DocFiles: BUGS bugs.html COPYING FAQ faq.html MAINTAINERS README README.SCO
-InfoDocs: avr-cpp.info avr-cppinternals.info avr-gcc.info avr-gccint.info
 Description: GNU GCC for ATMEL AVR micro controllers
 DescPort: <<
 Removed libiberty.a installation of avr-gcc & avr-binutils.
 Avoided using /sw/avr. Its lib & include folders have been moved to 
/sw/share/avr and the binaries are put into /sw/bin.
-All xxx.info files renamed to avr-xxx.info to avoid clashes with other 
potential toolchains. avr-configure.info & avr-standards.info are installed by 
avr-binutils.
 TODO: Native Language Support
 <<
 License: GPL


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to