wok view rsbep/receipt @ rev 12957

gejengel: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 31 18:38:09 2012 +0200 (2012-05-31)
parents
children 23c3aed67cd9
line source
1 # SliTaz package receipt.
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 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://users.softlab.ntua.gr/~ttsiod/rsbep.html"
10 WGET_URL="http://users.softlab.ntua.gr/~ttsiod/$TARBALL"
12 SUGGESTED="python"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure --prefix=/usr --mandir=/usr/share/man \
19 --localstatedir=/var \
20 $CONFIGURE_ARGS &&
21 make &&
22 make DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $_pkg/usr/bin $fs/usr
30 }