wok diff posixovl/receipt @ rev 18001

fusecloop: block devices are ... block aligned (512 bytes)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 25 17:12:51 2015 +0200 (2015-04-25)
parents 51a1ebbda768
children d3d2872880f0
line diff
     1.1 --- a/posixovl/receipt	Fri Oct 18 19:43:55 2013 +0000
     1.2 +++ b/posixovl/receipt	Sat Apr 25 17:12:51 2015 +0200
     1.3 @@ -3,12 +3,13 @@
     1.4  PACKAGE="posixovl"
     1.5  VERSION="1.2"
     1.6  CATEGORY="system-tools"
     1.7 -SHORT_DESC="A modern equivalent of the UMSDOS."
     1.8 +SHORT_DESC="FUSE file system that provides POSIX functionality"
     1.9  MAINTAINER="pascal.bellard@slitaz.org"
    1.10  LICENSE="GPL2"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.12  WEB_SITE="http://$PACKAGE.sourceforge.net/"
    1.13  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.14 +TAGS="filesystem"
    1.15  
    1.16  DEPENDS="fuse attr"
    1.17  BUILD_DEPENDS="autoconf automake fuse-dev attr-dev"
    1.18 @@ -16,7 +17,7 @@
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 -	mv $PACKAGE $src 2> /dev/null
    1.23 +	mv $PACKAGE $src 2>/dev/null
    1.24  	cd $src
    1.25  	grep -q 'else if (!S_ISREG' posixovl.c ||
    1.26  	sed -i 's/if (!S_ISREG/if (S_ISLNK(cb->ll.mode))\n\t\tcb->sb.st_size = strlen(cb->ll.target);\n\telse &/' posixovl.c
    1.27 @@ -27,8 +28,8 @@
    1.28  	make
    1.29  }
    1.30  
    1.31 -# Rules to gen a SliTaz package suitable for Tazpkg.   
    1.32 -genpkg_rules()                                      
    1.33 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.34 +genpkg_rules()
    1.35  {
    1.36  	mkdir -p $fs/usr/sbin
    1.37  	cp $src/mount.posixovl $fs/usr/sbin