wok diff posixovl/receipt @ rev 20835
updated dhcp6, dhcp6-client, and dhcp6-relay (4.2.2 -> 4.4.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 20 13:39:22 2019 +0100 (2019-02-20) |
parents | 51a1ebbda768 |
children | d3d2872880f0 |
line diff
1.1 --- a/posixovl/receipt Fri Oct 18 19:43:55 2013 +0000 1.2 +++ b/posixovl/receipt Wed Feb 20 13:39:22 2019 +0100 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