Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv30676

Added Files:
        slib3-gu18.info 
Log Message:
move to stable to satisfy dependencies


--- NEW FILE: slib3-gu18.info ---
Package: slib3-gu18
Version: 3b1
Revision: 1
Type: nosource
Depends: guile18, slib3 (>= %v-1)
CompileScript: <<
echo
<<
InstallScript: <<
install -d -m 755 %i/share/guile/1.8
install -d -m 755 %i/share/doc/%n
ln -s %p/share/slib3 %i/share/guile/1.8/slib
echo "Placed in the Public Domain" > %i/share/doc/%n/COPYING
<<
Description: Portable scheme library for guile18
PostInstScript: <<
case "$1" in
  configure)
     ## Generate slibcat
     guile-1.8 -c '(use-modules (ice-9 slib))(load 
"%p/share/slib3/mklibcat.scm")'
     ;;
esac
<<
PostRmScript: <<
case "$1" in
 remove|purge)
     ## remove slibcat
     if test -f %p/share/guile/1.8/slibcat; then
       rm %p/share/guile/1.8/slibcat
     fi
     ;;
esac
<<
License: Public Domain
Maintainer: Dave Reiser <[EMAIL PROTECTED]>
Homepage: http://www-swiss.ai.mit.edu/~jaffer/SLIB.html


-------------------------------------------------------------------------
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