wok-next view rsbep/receipt @ rev 21686

updated glm (0.9.3.2 -> 0.9.9.8)
author Hans-G?nter Theisgen
date Mon Jun 29 16:57:49 2020 +0100 (2020-06-29)
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 }