SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "mp3val"

# SliTaz package receipt.

PACKAGE="mp3val"
VERSION="0.1.8"
CATEGORY="multimedia"
SHORT_DESC="MP3val is a small, high-speed, free software tool for checking MPEG audio files' integrity"
MAINTAINER="devl547@gmail.com"
LICENSE="GPL2"
WEB_SITE="https://mp3val.sourceforge.net/"
TARBALL="$PACKAGE-$VERSION-src.tar.gz"
WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"

DEPENDS=""
BUILD_DEPENDS=""

# What is the latest version available today?
current_version()
{
    wget -O - https://sourceforge.net/projects/mp3val/files/mp3val/ 2>/dev/null | \
    sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    sed '/scope="row/!d;s|.*/mp3val/mp3val%20||;s|/.*||;q'
}

# Rules to configure and make the package.
compile_rules()
{
    mv Makefile.linux Makefile
    make
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/bin
    cp -a $src/mp3val $fs/usr/bin
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)