SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "fatattr"

# SliTaz package receipt.

PACKAGE="fatattr"
VERSION="1.0.1"
CATEGORY="base-system"
SHORT_DESC="Handle fat attributes."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="GPL2"
TARBALL="$PACKAGE-$VERSION.tar.xz"
WEB_SITE="https://www.kernel.org/"
WGET_URL="http://deb.debian.org/debian/pool/main/f/fatattr/fatattr_$VERSION.orig.tar.xz"

# What is the latest version available today?
current_version()
{
    wget -O - https://gitlab.com/Terseus/fatattr/-/commits/master 2>/dev/null | \
    sed '/commits-row/!d;s|.*day="||;s|".*||;s|-||g;q'
}

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


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