SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "mmv"

# SliTaz package receipt.

PACKAGE="mmv"
VERSION="2.6"
CATEGORY="system-tools"
SHORT_DESC="Move, copy, append, or link multiple files in one command."
MAINTAINER="Lucas Levrel <llev@slitaz.org>"
LICENSE="GPL3+"
WEB_SITE="https://github.com/rrthomas/mmv"

TARBALL="${PACKAGE}-${VERSION}.tar.gz"
WGET_URL="$WEB_SITE/releases/download/v$VERSION/$TARBALL"

DEPENDS="gc"
BUILD_DEPENDS="gc-dev"

# What is the latest version available today?
current_version()
{
    wget -O - 'https://github.com/rrthomas/mmv/releases/latest' 2>/dev/null | \
    sed '/<title/!d;s|.*Release v||;s| .*||'
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure    --prefix=/usr &&
    make &&
    make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_folders    bin
}
5935 packages and 845883 files in cooking database (Thu Jun 27 00:01:54 2024)