id3v2 _unstable_ port information

Package: id3v2
Version: 0.1.12
Revision: 1
Description: Command line id3 (v1 and v2) tag editor
License: LGPL
Maintainer: Benjamin Reed

Depends: id3lib4-shlibs (>= 3.8.3-1014)
BuildDepends: <<
fink (>= 0.29.7-1),
id3lib4-dev (>= 3.8.3-1014)
<<
GCC: 4.0

Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: be91b4a41710b3a926e913a24ba0ed3b
PatchFile: %n.patch
PatchFile-MD5: 1156fb16322022f4a3f003aad9354f9a

UseMaxBuildJobs: true
CompileScript: <<
make clean
make
<<

InstallScript: <<
mkdir %i/bin
mkdir -p %i/share/man/man1
install -m 755 id3v2 %i/bin/
install -m 644 id3v2.1 %i/share/man/man1/
<<
DocFiles: ChangeLog COPYING README

Homepage: http://id3v2.sourceforge.net/
DescDetail: <<
An id3v1 and id3v2 tag editor using the id3lib libraries from
http://id3lib.sourceforge.net
<<
DescPackaging: <<
- Original maintainer: Casper Kuijjer
- I've made minor modifications to the Makefile to reflect the
filesystem layout of fink. The InstallScript creates the necessary
directories (%i/bin/ and %i/share/man/man1).
- The INSTALL tells to build it to id3lib 3.8.3 so id3lib4 is a
dependency
- I'm not sure about the CXXFLAGS in the Makefile
<<