SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "funionfs"

# SliTaz package receipt.

PACKAGE="funionfs"
VERSION="0.4.3"
CATEGORY="system-tools"
SHORT_DESC="Union filesystem implemented with FUSE."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="GPL2"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="https://web.archive.org/web/20191120030918/http://funionfs.apiou.org/"
WGET_URL="http://old-releases.ubuntu.com/ubuntu/pool/universe/f/funionfs/funionfs_$VERSION.orig.tar.gz"
TAGS="filesystem"

BUILD_DEPENDS="fuse2-dev"
DEPENDS="fuse2"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    [ -f main.c.done ] || patch -p0 << EOT
--- main.c
+++ main.c
@@ -305 +305 @@
-            if (res < 0)
+            // if (res < 0)
EOT
    touch main.c.done
    ./configure --prefix=/usr --bindir=/bin \
    --libexecdir=/usr/bin --mandir=/usr/share/man \
    $CONFIGURE_ARGS &&
    make &&
    make DESTDIR=$DESTDIR install
}

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