SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "genext2fs"

# SliTaz package receipt.

PACKAGE="genext2fs"
VERSION="1.5.0"
CATEGORY="base-system"
SHORT_DESC="Generates an ext2 filesystem as a normal (i.e. non-root) user."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="GPL2"
WEB_SITE="https://github.com/bestouff/genext2fs"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="https://github.com/bestouff/$PACKAGE/archive/refs/tags/v$VERSION.tar.gz"

BUILD_DEPENDS="automake"

# What is the latest version available today?
current_version()
{
    wget -O - https://github.com/bestouff/genext2fs/tags 2>/dev/null | \
    sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
}

# Rules to configure and make the package.
compile_rules()
{
    ./autogen.sh &&
    ./configure        \
        --prefix=/usr    \
        $CONFIGURE_ARGS &&
    make &&
    make install DESTDIR=$DESTDIR
}

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