the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: pixman
Version: 0.22.2
Revision: 2
Description: Pixel manipulation library
License: BSD
Maintainer: Benjamin Reed
Depends: %N-shlibs (= %v-%r)
BuildDepends: <<
fink (>= 0.30.0-1),
fink-package-precedence (>= 0.7-1),
pkgconfig (>= 0.23-1)
<<
Conflicts: libpixman1
Replaces: libpixman1
BuildDependsOnly: true
InfoTest: TestScript: make -k check || exit 2
Source: http://xorg.freedesktop.org/archive/individual/lib/pixman-%v.tar.bz2
Source-MD5: 863b87e7a7d6e1d032fd583edc1df5dd
UseMaxBuildJobs: true
ConfigureParams: --enable-dependency-tracking --disable-gtk --disable-static
SetCFLAGS: -O2 -g -fwrapv
CompileScript: <<
#!/bin/sh -ev
if [[ $(sw_vers -productVersion | cut -d. -f1-2) > 10.6 ]]; then
export CC=clang
elif [ -x "/usr/bin/gcc-4.2" ]; then
export CC=gcc-4.2
fi
./configure %c
make
fink-package-precedence --prohibit-bdep %N .
<<
InstallScript: make -j1 install DESTDIR="%d"
DocFiles: AUTHORS COPYING ChangeLog* INSTALL NEWS README TODO
SplitOff: <<
Package: %N-shlibs
DocFiles: COPYING
Files: lib/libpixman-1.0*.dylib
Shlibs: %p/lib/libpixman-1.0.dylib 23.0.0 %N-shlibs (>= 0.22.2-1)
<<
Homepage: http://www.cairographics.org/