SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "reiser4progs"

# SliTaz package receipt.

PACKAGE="reiser4progs"
VERSION="2.0.5"
CATEGORY="system-tools"
TAGS="filesystem reiserfs"
SHORT_DESC="Utilities for manipulating reiser4 file-systems."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="GPL2"
WEB_SITE="https://www.kernel.org/"

TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="$SF_MIRROR/reiser4/$TARBALL"

DEPENDS="libaal ncurses readline util-linux-uuid"
BUILD_DEPENDS="libaal libaal-dev ncurses-dev readline-dev 
    util-linux-uuid-dev"

# What is the latest version available today?
current_version()
{
    wget -O - https://mirrors.edge.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/ 2>/dev/null | \
    sed '/v[0-9]/!d;/x/d;s|.*"v||;s|/.*||' | sort -Vr | sed q
}

# Rules to configure and make the package.
compile_rules()
{
    export LDFLAGS="$LDFLAGS -ltinfo"

    ./configure                \
        --prefix=/usr            \
        --infodir=/usr/share/info    \
        --mandir=/usr/share/man        \
        $CONFIGURE_ARGS &&
    make $MAKEFLAGS &&
    make install DESTDIR=$DESTDIR
}

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