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"
BUILD_DEPENDS="fuse-dev"
DEPENDS="fuse"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://funionfs.apiou.org/"
WGET_URL="${WEB_SITE}file/$TARBALL"
TAGS="filesystem"

# 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=$PWD/_pkg install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cp -a $_pkg/bin $fs
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)