the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: fnlib
Version: 0.5
Revision: 6
BuildDepends: libpng3, glib, gtk+, libjpeg, libtiff, netpbm10, giflib, imlib, xmkmf
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: True
CustomMirror: <<
A: ftp://ftp.enlightenment.org/enlightenment/fnlib
B: http://us.dl.sourceforge.net/fink/direct_download/source
<<
Source: mirror:custom:%n-%v.tar.gz
UpdateConfigGuess: true
UpdateLibtool: true
PatchScript: <<
sed -i.bak -e 's/Mach-O dynamically linked shared library/dynamically linked shared library/g' ltconfig ltmain.sh
<<
SplitOff: <<
Package: %N-shlibs
Replaces: %N (<= 0.5-2)
Depends: imlib-shlibs, giflib-shlibs
Files: lib/libFnlib.0.5.0.dylib lib/libFnlib.0.dylib
Shlibs: %p/lib/libFnlib.0.dylib 6.0.0 %n (>= 0.5-4)
DocFiles: README COPYING COPYING.LIB AUTHORS
<<
SplitOff2: <<
Package: %N-fonts
Replaces: %N (<= 0.5-2)
Files: share
DocFiles: README COPYING COPYING.LIB AUTHORS
<<
DocFiles: README COPYING COPYING.LIB AUTHORS
ConfFiles: %p/etc/fnrc
#
Description: Font rendering library for X11
DescDetail: <<
Fnlib is a special font rendering library used by Enlightenment. It
supports colored fonts. The fonts actually consist of one image per
character.
<<
DescPort: <<
Uses UpdateConfigGuess/UpdateLibtool, which may still be
newer than the files in the source package.
Libtool is further updated to not break on the output
of 'file' on a 64-bit dylib. Note that it still uses
-undefined dynamic_lookup.
<<
License: GPL/LGPL
Homepage: http://www.enlightenment.org/
Maintainer: None
Source-MD5: 42093ed5b684da01e7a674b2adac52c7
SetLDFLAGS: -L/usr/X11R6/lib
CompileScript: <<
#!/bin/sh -ev
export PATH=%p/lib/xmkmf/bin:$PATH
export IMAKEINCLUDE=-I%p/lib/X11/config
./configure %c
make
<<
InstallScript: <<
#!/bin/sh -ev
export PATH=%p/lib/xmkmf/bin:$PATH
export IMAKEINCLUDE=-I%p/lib/X11/config
make install prefix=%i
<<