wok-next view rsbep/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="rsbep"
4 VERSION="0.1.0-ttsiodras"
5 CATEGORY="misc"
6 SHORT_DESC="Shielding your files with Reed-Solomon codes"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.thanassis.space/rsbep.html"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://users.softlab.ntua.gr/~ttsiod/$TARBALL"
14 compile_rules() {
15 ./configure \
16 --prefix=/usr \
17 --mandir=/usr/share/man \
18 --localstatedir=/var \
19 $CONFIGURE_ARGS &&
20 make &&
21 make DESTDIR=$install install
22 }
24 genpkg_rules() {
25 copy @std
26 SUGGESTED="python"
27 }