SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "mpl123"

# SliTaz package receipt.

PACKAGE="mpl123"
VERSION="1.1.0"
CATEGORY="multimedia"
SHORT_DESC="Light weight Ncurses frontend to mpg123"
MAINTAINER="pankso@slitaz.org"
LICENSE="BSD"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="https://github.com/pankso/mpl123"
WGET_URL="https://github.com/pankso/mpl123/archive/v${VERSION}.tar.gz"
HOST_ARCH="arm i486"

DEPENDS="dialog mpg123"
BUILD_DEPENDS="wget"

# What is the latest version available today?
current_version()
{
    wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
}

# Rules to configure and make the package.
compile_rules()
{
    make DESTDIR=${DESTDIR} install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs
    cp -a ${install}/* ${fs}
}
5935 packages and 845883 files in cooking database (Sun Jun 30 00:45:24 2024)