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"
LICENSE="GPL2"
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"

# What is the latest version available today?
current_version()
{
    wget -O - https://github.com/ttsiodras/rsbep-backup/tags 2>/dev/null | \
    sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
}

# 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 $install/usr/bin $fs/usr
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)