# mp3check/cfg - "Build" settings for package

#---------------------------------------------------------------------

[technotes]

# 1. The  official name of the  "mp3check" executable is  "mp3_check".
# This distro renames the executable to "mp3check", which is easier to
# type.  Note:  For the sake of  backwards compatibility,  the "build"
# procedure creates a  symbolic link named "mp3_check" that  points to
# "mp3check".

#---------------------------------------------------------------------

# 2. This package is apparently  unmaintained.  As of mid-2007,  "mp3_
# check" hadn't been updated in  approx. seven years.  It was added to
# this distro primarily because "burncdda" needed it.

#---------------------------------------------------------------------

# 3. The name "mp3check" used here conflicts with another FOSS program
# named "mp3check".  However, the other "mp3check" program is also un-
# maintained, and doesn't seem to work as well as this one. Therefore,
# this distro doesn't include it, and the name conflict isn't an issue
# (since only one of the two programs is present).

#---------------------------------------------------------------------

# 4. Debian was last  checked in mid-2007.  At the time,  there was no
# Debian package named "mp3_check". There *was* a Debian package named
# "mp3check";  however,  this was the  "other" program mentioned prev-
# iously.

#---------------------------------------------------------------------

# 5. Future change: This package needs a "man" page.

#---------------------------------------------------------------------

[buildtimes]

00.00 hours (or 000.02 minutes) - ThinkPad E540 i7 4x2 16GB RAM
00.00 hours (or 000.03 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo
                                  7200 2GB RAM
00.00 hours (or 000.15 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB
                                  RAM

#---------------------------------------------------------------------

[settings]
configure = none
depends   = none
exepack   = yes
license   = GNU General Public License, version 2 (June 1991)
nowerror  = yes
tmpsize   = 1M
unpack    = relaxed

#---------------------------------------------------------------------

[build]
BINDIR=$PKGDIR_PROD/bin
mkdir -p $BINDIR

sed -e 's/inline int/int/' \
    -i mp3_check_misc.c

make
cp -p mp3_check $BINDIR/mp3check
cd $BINDIR
ln -s mp3check mp3_check

#---------------------------------------------------------------------

# Original URLs. These URLs were valid at one point, but may have died
# since then. If you download newer versions of tarballs [etc.], don't
# delete  the  original versions,  as you may not  be able  to replace
# them.

[urls]
url_debian  = n/a
url_home    = http://sourceforge.net/projects/mp3check/
url_lfs     = n/a

url_tarball = http://downloads.sourceforge.net/sourceforge/\
mp3check/mp3_check-1.98.tar.gz

#---------------------------------------------------------------------

[about]
"mp3check" is an sound-file utility used to  identify  MP3s that don't
follow  the  MP3 specification.  It looks for invalid  frame  headers,
missing frames, etc., and generates related statistics.