wok annotate rsbep/receipt @ rev 20936

updated fpm2 again (0.76.1 -> 0.79)
author Hans-G?nter Theisgen
date Sat Mar 02 16:28:51 2019 +0100 (2019-03-02)
parents 532ab3b57d40
children 2f230197370e
rev   line source
pascal@11227 1 # SliTaz package receipt.
pascal@11227 2
pascal@11227 3 PACKAGE="rsbep"
pascal@11227 4 VERSION="0.1.0-ttsiodras"
pascal@11227 5 CATEGORY="misc"
pascal@11227 6 SHORT_DESC="Shielding your files with Reed-Solomon codes."
pascal@11227 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15601 8 LICENSE="GPL2"
pascal@11227 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@11227 10 WEB_SITE="http://users.softlab.ntua.gr/~ttsiod/rsbep.html"
pascal@11227 11 WGET_URL="http://users.softlab.ntua.gr/~ttsiod/$TARBALL"
pascal@11227 12
pascal@11227 13 SUGGESTED="python"
pascal@11227 14
pascal@11227 15 # Rules to configure and make the package.
pascal@11227 16 compile_rules()
pascal@11227 17 {
pascal@11227 18 cd $src
pascal@11227 19 ./configure --prefix=/usr --mandir=/usr/share/man \
pascal@11227 20 --localstatedir=/var \
pascal@11227 21 $CONFIGURE_ARGS &&
pascal@11227 22 make &&
pascal@11227 23 make DESTDIR=$DESTDIR install
pascal@11227 24 }
pascal@11227 25
pascal@11227 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11227 27 genpkg_rules()
pascal@11227 28 {
pascal@11227 29 mkdir -p $fs/usr
pascal@15601 30 cp -a $install/usr/bin $fs/usr
pascal@11227 31 }