SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "rsbep"

# SliTaz package receipt.

PACKAGE="rsbep"
VERSION="0.1.0-ttsiodras"
CATEGORY="misc"
SHORT_DESC="Shielding your files with Reed-Solomon codes."
MAINTAINER="pascal.bellard@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="http://users.softlab.ntua.gr/~ttsiod/rsbep.html"
WGET_URL="http://users.softlab.ntua.gr/~ttsiod/$TARBALL"

SUGGESTED="python"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure --prefix=/usr --mandir=/usr/share/man \
        --localstatedir=/var \
    $CONFIGURE_ARGS &&
    make &&
    make DESTDIR=$DESTDIR 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)