the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: libpaper1
Version: 1.1.24
Revision: 1
Description: Library for handling paper sizes and types
License: GPL
Maintainer: Benjamin Reed
Depends: %N-shlibs (>= %v-%r)
BuildDepends: <<
fink (>= 0.29.7-1),
libtool2,
autoconf2.6,
automake1.11
<<
CustomMirror: <<
Primary: http://www.finkproject.org/~ranger/distfiles
eur-NL: http://www.finkproject.org/~ranger/distfiles
nam-US: http://ranger.befunk.com/fink
<<
Source: mirror:debian:pool/main/libp/libpaper/libpaper_%v.tar.gz
Source-MD5: 5bc87d494ba470aba54f6d2d51471834
SourceDirectory: libpaper-%v
UseMaxBuildJobs: true
ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking --sysconfdir=%p/etc
CompileScript: <<
#!/bin/sh -ev
touch NEWS AUTHORS
autoreconf -f -v -i
./configure %c
make
<<
InstallScript: <<
#!/bin/sh -ev
make install DESTDIR=%d
install -d -m 755 %i/etc
echo "letter" > %i/etc/papersize
<<
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README
SplitOff: <<
Package: %N-shlibs
Description: Shared libraries for libpaper
DocFiles: COPYING
Files: lib/libpaper.*.dylib etc/papersize
Shlibs: %p/lib/libpaper.1.dylib 3.0.0 libpaper1-shlibs (>= 1.1.14-1)
ConfFiles: %p/etc/papersize
<<
SplitOff2: <<
Package: %N-dev
Description: Development headers and libraries for libpaper
Depends: %N-shlibs (>= %v-%r)
Replaces: %N
BuildDependsOnly: true
DocFiles: COPYING
Files: lib/libpaper.dylib lib/*.la lib/*.a include
<<
Homepage: http://packages.debian.org/unstable/source/libpaper
DescDetail: <<
Libpaper is a simple library for use by programs needing to handle
types of paper. It lets program automatically recognize a lot of
different papers with their properties (actually their size).
<<
diff -uNr libpaper-1.1.14/lib/paper.c libpaper-1.1.14-patched/lib/paper.c
--- libpaper-1.1.14/lib/paper.c 2002-11-10 19:56:08.000000000 -0500
+++ libpaper-1.1.14-patched/lib/paper.c 2005-06-30 10:54:49.000000000 -0400
@@ -14,7 +14,6 @@
#include
#include
-#include
#include
#include