SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "btrfs-progs"

# SliTaz package receipt.

PACKAGE="btrfs-progs"
VERSION="0.19"
CATEGORY="system-tools"
SHORT_DESC="Btrfs Filesystem user space tools."
MAINTAINER="pascal.bellard@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://btrfs.wiki.kernel.org/index.php/Main_Page"
WGET_URL="http://www.kernel.org/pub/linux/kernel/people/mason/btrfs/$TARBALL"
BUILD_DEPENDS="e2fsprogs-dev"
DEPENDS="util-linux-ng-uuid zlib acl"
TAGS="filesystem fault-tolerance"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    patch -Np1 -i $stuff/btrfs-progs-build-fixes.patch
    make all &&
    make DESTDIR=$PWD/_pkg prefix=/usr install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a $_pkg/usr/bin $fs/usr
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)