SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "lilo"

# SliTaz package receipt.

PACKAGE="lilo"
VERSION="24.2"
CATEGORY="system-tools"
SHORT_DESC="LInux boot LOader."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="BSD"
WEB_SITE="https://www.joonet.de/lilo/"

TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="${WEB_SITE}ftp/sources/$TARBALL"

BUILD_DEPENDS="dev86 libdevmapper"
DEPENDS="libdevmapper"

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

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

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cp -a $install/sbin $fs
}
5935 packages and 845883 files in cooking database (Thu Jun 27 00:01:54 2024)