wok-next view moosefs/receipt @ rev 20872

perl-texi2html -> texi2html (because it don't contain Perl modules, and not exists on the (meta)cpan, and old, and...); gcompris: up (11.12 -> 17.05)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jul 04 02:05:23 2018 +0300 (2018-07-04)
parents 474eb4a6385a
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="moosefs"
4 VERSION="1.6.20-2"
5 CATEGORY="system-tools"
6 SHORT_DESC="Fault tolerant, network distributed file system"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.moosefs.org/"
11 TARBALL="mfs-$VERSION.tar.gz"
12 WGET_URL="${WEB_SITE}tl_files/mfscode/$TARBALL"
14 BUILD_DEPENDS="python fuse2-dev zlib-dev"
16 compile_rules() {
17 sed -i 's/bash/sh/' mfsmount/mfssnapshot
19 ./configure $CONFIGURE_ARGS &&
20 make &&
21 make DESTDIR=$DESTDIR install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="python fuse2 zlib"
27 }