Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/libs
In directory usw-pr-cvs1:/tmp/cvs-serv680

Added Files:
        slang-1.4.5-3.info slang-1.4.5-3.patch 
Log Message:
ready for 10.2



--- NEW FILE: slang-1.4.5-3.info ---
Package: slang
Version: 1.4.5
Revision: 3
Maintainer: Max Horn <[EMAIL PROTECTED]>
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: True
Source: mirror:custom:%n-%v.tar.gz
CustomMirror: <<
Primary: ftp://space.mit.edu/pub/davis/slang/v1.4/ 
Secondary: http://us.dl.sf.net/fink/direct_download/source/
<<
Patch: %f.patch
UpdateConfigGuessInDirs: autoconf
SetCFLAGS: -I%p/include
CompileScript: <<
 FINKPREFIX=%p ./configure %c
 make all elf install_doc_dir=%p/share/doc/%n
<<
InstallScript: <<
 make install-elf install-links DESTDIR=%d install_doc_dir=%p/share/doc/%n
<<
#
SplitOff: <<
  Package: %N-shlibs
  Depends: dlcompat
  Replaces: %N (<= 1.4.5-2)
  Files: lib/libslang.*.dylib
  DocFiles: COPYING* COPYRIGHT README NEWS UPGRADE.txt
<<
DocFiles: COPYING* COPYRIGHT README NEWS UPGRADE.txt
Description: Embedable extension language and console I/O lib
DescDetail: <<
S-Lang is an interpreted language that was designed from the start to
be easily embedded into a program to provide it with a powerful
extension language.

S-Lang also provides a platform-independent interface for screen
management, keymaps and low-level terminal I/O.
<<
DescPackaging: <<
Previous revisions by Jeremy Higgs and Christoph Pfisterer.
<<
DescPort: <<
To use the terminfo database provided by the sltermin.c file is patched with the path.

Module loading should work thanks to dlcompat, but the shipped modules
are not built right now.

CPPFLAGS is ignored, so we use CFLAGS instead.
<<
License: Artistic
Homepage: http://space.mit.edu/~davis/slang/

--- NEW FILE: slang-1.4.5-3.patch ---
diff -ru slang-1.4.5/configure slang-1.4.5-patched/configure
--- slang-1.4.5/configure       Sun Feb 10 08:39:19 2002
+++ slang-1.4.5-patched/configure       Tue Feb 12 19:53:02 2002
@@ -2028,9 +2028,9 @@
      ELF_LINK_CMD="\$(ELF_LINK) -install_name \$(install_lib_dir)/\$(ELFLIB_MAJOR) 
-compatibility_version \$(ELF_MAJOR_VERSION) -current_version 
\$(ELF_MAJOR_VERSION).\$(ELF_MINOR_VERSION)"
      ELF_DEP_LIBS="$LDFLAGS \$(DL_LIB)"
      CC_SHARED="cc -bundle -flat_namespace -undefined suppress \$(CFLAGS) -fno-common"
-     ELFLIB="lib$(THIS_LIB).dylib"
-     ELFLIB_MAJOR="lib$(THIS_LIB).$(ELF_MAJOR_VERSION).dylib"
-     
ELFLIB_MAJOR_MINOR="lib$(THIS_LIB).$(ELF_MAJOR_VERSION).$(ELF_MINOR_VERSION).dylib"
+     ELFLIB="lib\$(THIS_LIB).dylib"
+     ELFLIB_MAJOR="lib\$(THIS_LIB).\$(ELF_MAJOR_VERSION).dylib"
+     
+ELFLIB_MAJOR_MINOR="lib\$(THIS_LIB).\$(ELF_MAJOR_VERSION).\$(ELF_MINOR_VERSION).dylib"
      ;;
   * )
     echo "Note: ELF compiler for host_os=$host_os may be wrong"



-------------------------------------------------------
This sf.net email is sponsored by: Jabber - The world's fastest growing 
real-time communications platform! Don't just IM. Build it in! 
http://www.jabber.com/osdn/xim
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to