the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: id3v2
Version: 0.1.11
Revision: 1001
GCC: 4.0
Maintainer: Casper Kuijjer
#
BuildDepends: id3lib4-dev (>= 3.8.3-1014)
Depends: id3lib4-shlibs (>= 3.8.3-1014)
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 68afc3827cf01501dfb22949f901f1d8
#
Patch: %n.patch
#
CompileScript: <<
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
Description: Command line id3 (v1 and v2) tag editor
DescDetail: <<
An id3v1 and id3v2 tag editor using the id3lib libraries from
http://id3lib.sourceforge.net
<<
DescPackaging: <<
- 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
<<
License: LGPL
Homepage: http://id3v2.sourceforge.net/