wok-next annotate rsbep/receipt @ rev 21233

updated clamtk again (4.36 -> 5.27)
author Hans-G?nter Theisgen
date Tue Dec 03 17:47:44 2019 +0100 (2019-12-03)
parents d5aab818505e
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@11227 2
pascal@11227 3 PACKAGE="rsbep"
pascal@11227 4 VERSION="0.1.0-ttsiodras"
pascal@11227 5 CATEGORY="misc"
al@21020 6 SHORT_DESC="Shielding your files with Reed-Solomon codes"
pascal@11227 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15601 8 LICENSE="GPL2"
al@21041 9 WEB_SITE="https://www.thanassis.space/rsbep.html"
al@21020 10
pascal@11227 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@11227 12 WGET_URL="http://users.softlab.ntua.gr/~ttsiod/$TARBALL"
pascal@11227 13
al@21020 14 compile_rules() {
al@21020 15 ./configure \
al@21020 16 --prefix=/usr \
al@21020 17 --mandir=/usr/share/man \
pascal@11227 18 --localstatedir=/var \
al@21020 19 $CONFIGURE_ARGS &&
pascal@11227 20 make &&
al@21020 21 make DESTDIR=$install install
pascal@11227 22 }
pascal@11227 23
al@21020 24 genpkg_rules() {
al@21020 25 copy @std
al@21020 26 SUGGESTED="python"
pascal@11227 27 }