wok-next annotate fusedav/receipt @ rev 20790

1. update also pinentry-gtk to new version 2. add to both fltk-dev so fltk-config is found 3. I want to force also a build to see if it really builds OKish here (see wok-build)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 11:23:42 2018 +0000 (2018-06-09)
parents 7bb096863642
children d5aab818505e
rev   line source
al@20527 1 # SliTaz package receipt v2.
pascal@3967 2
pascal@3967 3 PACKAGE="fusedav"
pascal@3967 4 VERSION="0.2"
pascal@3967 5 CATEGORY="system-tools"
al@20527 6 SHORT_DESC="Linux userspace file system driver for mounting WebDAV shares"
pascal@3967 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15215 8 LICENSE="GPL2"
al@20527 9 WEB_SITE="http://0pointer.de/lennart/projects/fusedav"
al@20527 10
pascal@3967 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@3967 12 WGET_URL="$WEB_SITE/$TARBALL"
pascal@3967 13
al@20527 14 BUILD_DEPENDS="fuse2-dev attr-dev openssl-dev krb5-dev krb5 expat-dev neon-dev"
pascal@15215 15
al@20527 16 compile_rules() {
pascal@3967 17 sed -i 's/range64/range/' src/filecache.c
al@20527 18
al@20527 19 ./configure \
al@20527 20 --prefix=/usr \
al@20527 21 --bindir=/bin \
al@20527 22 --disable-lynx \
al@20527 23 --libexecdir=/usr/bin \
al@20527 24 --mandir=/usr/share/man \
al@20527 25 $CONFIGURE_ARGS &&
pascal@3967 26 make &&
pascal@15215 27 make DESTDIR=$DESTDIR install
pascal@3967 28 }
pascal@3967 29
al@20527 30 genpkg_rules() {
al@20527 31 copy @std
al@20527 32 DEPENDS="fuse2 openssl libkrb5 krb5 expat neon zlib libcomerr3"
pascal@3967 33 }