the Fink project is an effort to port
popular Unix programs to Mac OS X
# DISCLAIMER: Max Horn is the sole maintainer of this package.
# Please DO NOT MAKE MODIFICATIONS without informing the maintainer.
# Preferably, send a patch to me instead of making changes yourself!
# If that is not possible due to extra urgency, at least send me a mail.
#
# Explanation: I am sick and tired of getting back to my packages and
# discovering that people have messed with it. I am then forced to
# retrace their steps, find out who, when and why did make a certain
# change etc. -- i.e. it makes my life as maintainer harder.
# Furthermore, as maintainer I am responsible for problems caused by my
# packages. But I am not willing to take responsibility for something I
# did not do. In particular, for changes that other people introduced
# behind my back, no matter how good and noble their intentions were. As
# such, I may see myself forced to drop responsibility for (and hence,
# maintainership of) the affected package.
Package: libid3tag
Version: 0.15.1b
Revision: 5
Depends: %N-shlibs (= %v-%r)
BuildDepends: libgettext8-dev, gettext-bin, gettext-tools, fink (>= 0.24.12)
Replaces: mad
Maintainer: Max Horn
Source: mirror:sourceforge:mad/%n-%v.tar.gz
Source-MD5: e5808ad997ba32c498803822078748c3
PatchFile: %n.patch
PatchFile-MD5: d6a8f96f7d17df32197d9fda168f653f
PatchScript: <<
%{default_script}
perl -pi.bak -e 's,-flat_namespace -undefined suppress,-twolevel_namespace -undefined error,g' configure && perl -pi.bak -e 's,FINK_PREFIX,%p,g' id3tag.pc
<<
InstallScript: <<
make install DESTDIR=%d && mkdir -p %i/lib/pkgconfig && mv id3tag.pc %i/lib/pkgconfig/
<<
DocFiles: CHANGES COPYING COPYRIGHT CREDITS README TODO VERSION
BuildDependsOnly: True
SplitOff: <<
Package: %N-shlibs
Replaces: mad-shlibs
Files: lib/libid3tag.0*.dylib
Shlibs: <<
%p/lib/libid3tag.0.dylib 4.0.0 %n (>= 0.15.1b-3)
<<
DocFiles: COPYING COPYRIGHT README
<<
Description: ID3 tag manipulation library
DescDetail: <<
libid3tag is a library for reading and (eventually) writing
ID3 tags, both ID3v1 and the various versions of ID3v2.
<<
License: GPL
Homepage: http://www.underbit.com/products/mad/
diff -Naur libid3tag-0.15.0b-old/id3tag.pc libid3tag-0.15.0b/id3tag.pc
--- libid3tag-0.15.0b-old/id3tag.pc Wed Dec 31 19:00:00 1969
+++ libid3tag-0.15.0b/id3tag.pc Mon Jan 26 18:46:33 2004
@@ -0,0 +1,11 @@
+prefix=FINK_PREFIX
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: id3tag
+Description: ID3 tag reading library
+Requires:
+Version: 0.15.0b
+Libs: -L${libdir} -lid3tag -lm
+Cflags: -I${includedir}