wok rev 22522
updated avfs and avfs-dev (1.0.6 -> 1.1.1)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jan 02 11:01:35 2020 +0100 (2020-01-02) |
parents | 41d0d6989886 |
children | 2c876a16096d |
files | avfs-dev/receipt avfs/receipt |
line diff
1.1 --- a/avfs-dev/receipt Thu Jan 02 10:33:19 2020 +0100 1.2 +++ b/avfs-dev/receipt Thu Jan 02 11:01:35 2020 +0100 1.3 @@ -1,20 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="avfs-dev" 1.7 -VERSION="1.0.6" 1.8 +VERSION="1.1.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A virtual Filesystem implemented with FUSE, development files." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 -WEB_SITE="http://avf.sourceforge.net/" 1.14 +WEB_SITE="https://sourceforge.net/projects/avf/" 1.15 1.16 +DEPENDS="avfs" 1.17 WANTED="avfs" 1.18 -DEPENDS="avfs" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr/lib 1.24 - cp -a $install/usr/include $fs/usr 1.25 - cp -a $install/usr/lib/*a $fs/usr/lib 1.26 + 1.27 + cp -a $install/usr/include $fs/usr 1.28 + cp -a $install/usr/lib/*a $fs/usr/lib 1.29 }
2.1 --- a/avfs/receipt Thu Jan 02 10:33:19 2020 +0100 2.2 +++ b/avfs/receipt Thu Jan 02 11:01:35 2020 +0100 2.3 @@ -1,12 +1,12 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="avfs" 2.7 -VERSION="1.0.6" 2.8 +VERSION="1.1.1" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="A virtual Filesystem implemented with FUSE." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 LICENSE="GPL2" 2.13 -WEB_SITE="http://avf.sourceforge.net/" 2.14 +WEB_SITE="https://sourceforge.net/projects/avf/" 2.15 2.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.17 WGET_URL="$SF_MIRROR/avf/$PACKAGE/$VERSION/$TARBALL" 2.18 @@ -17,10 +17,9 @@ 2.19 # Rules to configure and make the package. 2.20 compile_rules() 2.21 { 2.22 - cd $src 2.23 - ./configure \ 2.24 - --prefix=/usr \ 2.25 - --enable-fuse \ 2.26 + ./configure \ 2.27 + --prefix=/usr \ 2.28 + --enable-fuse \ 2.29 $CONFIGURE_ARGS && 2.30 make && 2.31 make DESTDIR=$DESTDIR install 2.32 @@ -30,8 +29,9 @@ 2.33 genpkg_rules() 2.34 { 2.35 mkdir -p $fs/usr/lib 2.36 - cp -a $install/usr/bin $fs/usr 2.37 -# cp -a $install/usr/sbin $fs/usr 2.38 - cp -a $install/usr/lib/avfs $fs/usr/lib 2.39 - cp -a $install/usr/lib/*.so* $fs/usr/lib 2.40 + 2.41 + cp -a $install/usr/bin $fs/usr 2.42 +# cp -a $install/usr/sbin $fs/usr 2.43 + cp -a $install/usr/lib/avfs $fs/usr/lib 2.44 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.45 }