SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "nrg2iso"

# SliTaz package receipt.

PACKAGE="nrg2iso"
VERSION="0.4.1"
CATEGORY="system-tools"
TAGS="CD DVD ISO9660"
SHORT_DESC="Convert CD (or DVD) image generated by Nero Burning Rom to ISO format."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="GPL2"
WEB_SITE="http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html"

TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="http://gregory.kokanosky.free.fr/v4/linux/$TARBALL"

# What is the latest version available today?
current_version()
{
    wget -O - $WEB_SITE 2>/dev/null | \
    sed "/latest/!d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
}

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

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