wok-next diff fusedav/receipt @ rev 20709
cdrdao: add patch.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat May 26 17:09:29 2018 +0300 (2018-05-26) |
parents | 7bb096863642 |
children | d5aab818505e |
line diff
1.1 --- a/fusedav/receipt Sat Sep 14 17:06:00 2013 +0000 1.2 +++ b/fusedav/receipt Sat May 26 17:09:29 2018 +0300 1.3 @@ -1,33 +1,33 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="fusedav" 1.8 VERSION="0.2" 1.9 CATEGORY="system-tools" 1.10 -SHORT_DESC="Linux userspace file system driver for mounting WebDAV shares." 1.11 +SHORT_DESC="Linux userspace file system driver for mounting WebDAV shares" 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL2" 1.14 +WEB_SITE="http://0pointer.de/lennart/projects/fusedav" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WEB_SITE="http://0pointer.de/lennart/projects/fusedav" 1.18 WGET_URL="$WEB_SITE/$TARBALL" 1.19 1.20 -DEPENDS="fuse openssl libkrb5 krb5 expat neon zlib libcomerr3" 1.21 -BUILD_DEPENDS="fuse-dev attr-dev openssl-dev krb5-dev krb5 expat-dev neon-dev" 1.22 +BUILD_DEPENDS="fuse2-dev attr-dev openssl-dev krb5-dev krb5 expat-dev neon-dev" 1.23 1.24 -# Rules to configure and make the package. 1.25 -compile_rules() 1.26 -{ 1.27 - cd $src 1.28 +compile_rules() { 1.29 sed -i 's/range64/range/' src/filecache.c 1.30 - ./configure --prefix=/usr --bindir=/bin \ 1.31 - --disable-lynx \ 1.32 - --libexecdir=/usr/bin --mandir=/usr/share/man \ 1.33 - $CONFIGURE_ARGS && 1.34 + 1.35 + ./configure \ 1.36 + --prefix=/usr \ 1.37 + --bindir=/bin \ 1.38 + --disable-lynx \ 1.39 + --libexecdir=/usr/bin \ 1.40 + --mandir=/usr/share/man \ 1.41 + $CONFIGURE_ARGS && 1.42 make && 1.43 make DESTDIR=$DESTDIR install 1.44 } 1.45 1.46 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.47 -genpkg_rules() 1.48 -{ 1.49 - cp -a $install/bin $fs 1.50 +genpkg_rules() { 1.51 + copy @std 1.52 + DEPENDS="fuse2 openssl libkrb5 krb5 expat neon zlib libcomerr3" 1.53 }