SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "posixovl"

# SliTaz package receipt.

PACKAGE="posixovl"
VERSION="1.2"
CATEGORY="system-tools"
SHORT_DESC="A modern equivalent of the UMSDOS."
MAINTAINER="pascal.bellard@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tar.xz"
WEB_SITE="http://$PACKAGE.sourceforge.net/"
WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"

DEPENDS="fuse attr"
BUILD_DEPENDS="autoconf automake fuse-dev attr-dev"

# Rules to configure and make the package.
compile_rules()
{
    mv $PACKAGE $src 2> /dev/null
    cd $src
    sh autogen.sh
    ./configure --prefix=/usr --mandir=/usr/share/man \
    $CONFIGURE_ARGS &&
    make
}

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