SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "mdadm"

# SliTaz package receipt.

PACKAGE="mdadm"
VERSION="4.2"
CATEGORY="system-tools"
SHORT_DESC="Software RAID tools."
MAINTAINER="b1+slitaz@nagel.org"
LICENSE="GPL2"
WEB_SITE="https://www.kernel.org/pub/linux/utils/raid/mdadm/ANNOUNCE"

TARBALL="$PACKAGE-$VERSION.tar.xz"
WGET_URL="https://www.kernel.org/pub/linux/utils/raid/mdadm/$TARBALL"

BUILD_DEPENDS="udev-dev"

current_version()
{
    wget -O - $(dirname $WGET_URL) 2>/dev/null | \
    sed "/$PACKAGE-[0-9]/!d;/tar/!d;/-rc/d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
}

# Rules to configure and make the package.
compile_rules()
{
    export    CXFLAGS="-Wno-error=missing-field-initializers"

    make &&
    make install DESTDIR=$DESTDIR
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_folders    sbin
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)