the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: popt
Version: 1.16
Revision: 1
Description: Library for parsing command line options
License: BSD
Maintainer: Benjamin Reed
Depends: %N-shlibs (= %v-%r)
BuildDepends: <<
libgettext8-dev,
gettext-bin (>= 0.14.5-1),
gettext-tools (>= 0.17-1),
libiconv-dev
<<
BuildDependsOnly: True
Source: http://ftp.us.debian.org/debian/pool/main/p/%n/%n_%v.orig.tar.gz
Source-MD5: 3743beefa3dd6247a73f8f7a32c14c33
SourceDirectory: %n-%v
PatchScript: <<
#!/bin/sh -ev
# Change gettext catalog name popt => popt1
perl -pi -e "s,PACKAGE='popt',PACKAGE='popt1',g" configure
perl -pi -e 's,Project-Id-Version: popt,Project-Id-Version: popt1,g' po/*.po
perl -pi -e 's,\"popt\",\"popt1\",g' poptint.h
echo "am__append_1 += -version-info 1:0:1" >> Makefile.in
<<
UseMaxBuildJobs: false
ConfigureParams: --mandir=%p/share/man --with-libintl-prefix=%p --with-libiconv-prefix=%p
InstallScript: make -j1 install DESTDIR=%d
DocFiles: README COPYING CHANGES
SplitOff: <<
Package: %N-shlibs
Depends: <<
libgettext8-shlibs,
libiconv
<<
Replaces: %N (<= 1.6.2-1)
DocFiles: README COPYING CHANGES
Files: <<
lib/libpopt.0*.dylib
share/locale
<<
Shlibs: %p/lib/libpopt.0.dylib 2.0.0 %n (>= 1.16-1)
<<
DescUsage: <<
Packages using glib should try to migrate to GOption instead
of popt. See: http://live.gnome.org/GnomeGoals/PoptGOption
<<
DescPackaging: <<
2005-02-09: Locale files have been versioned
(%p/share/local/*/LC_MESSAGES/popt1.mo) and moved into the
popt-shlibs package to allow for installation of future major
versions of popt.
2010-11-18: Redo the above, which seems to have become undone
at some point in the past.
2010-11-18: Bump compatibility_version for %v 1.14 -> 1.16
because added new symbols to public interface.
<<