wok rev 24918

updated moosefs (3.0.111 -> 3.0.116)
author Hans-G?nter Theisgen
date Sun Apr 10 06:58:04 2022 +0100 (2022-04-10)
parents 0bfe034e9d09
children 7c04901ef470
files moosefs/description.txt moosefs/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/moosefs/description.txt	Sun Apr 10 06:58:04 2022 +0100
     1.3 @@ -0,0 +1,14 @@
     1.4 +MooseFS is a Fault-tolerant, Highly available, Highly performing,
     1.5 +Scaling-out, Network distributed file system.
     1.6 +It spreads data over several physical commodity servers, which are
     1.7 +visible to the user as one virtual disk.
     1.8 +It is POSIX compliant and acts like any other Unix-like
     1.9 +file system supporting:
    1.10 +
    1.11 +- Hierarchical structure: Files and Folders,
    1.12 +- File attributes,
    1.13 +- Special files: Pipes, Sockets, Block and Character devices,
    1.14 +- Symbolic and Hard links,
    1.15 +- Security attributes and ACLs.
    1.16 +
    1.17 +It works with all applications that require a standard file system.
     2.1 --- a/moosefs/receipt	Sat Apr 09 20:43:45 2022 +0000
     2.2 +++ b/moosefs/receipt	Sun Apr 10 06:58:04 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="moosefs"
     2.7 -VERSION="3.0.111"
     2.8 +VERSION="3.0.116"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="Fault tolerant, network distributed file system."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 @@ -25,12 +25,12 @@
    2.13  {
    2.14  	./configure			\
    2.15  		--prefix=/usr		\
    2.16 +		--localstatedir=/var	\
    2.17  		--mandir=/usr/share/man	\
    2.18  		--sysconfdir=/etc	\
    2.19 -		--localstatedir=/var	\
    2.20  		$CONFIGURE_ARGS &&
    2.21 -	make -j 1 &&
    2.22 -	make DESTDIR=$DESTDIR install
    2.23 +	make &&
    2.24 +	make install DESTDIR=$DESTDIR
    2.25  }
    2.26  
    2.27  # Rules to gen a SliTaz package suitable for Tazpkg.