# 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 }