wok-next diff fusedav/receipt @ rev 21087
Updates...
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Dec 28 05:11:49 2018 +0200 (2018-12-28) |
parents | 474eb4a6385a |
children |
line diff
1.1 --- a/fusedav/receipt Sat Mar 24 11:07:24 2018 +0200 1.2 +++ b/fusedav/receipt Fri Dec 28 05:11:49 2018 +0200 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="Linux userspace file system driver for mounting WebDAV shares" 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 LICENSE="GPL2" 1.7 -WEB_SITE="http://0pointer.de/lennart/projects/fusedav" 1.8 +WEB_SITE="http://0pointer.de/lennart/projects/fusedav/" 1.9 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WGET_URL="$WEB_SITE/$TARBALL" 1.12 @@ -24,7 +24,7 @@ 1.13 --mandir=/usr/share/man \ 1.14 $CONFIGURE_ARGS && 1.15 make && 1.16 - make DESTDIR=$DESTDIR install 1.17 + make DESTDIR=$install install 1.18 } 1.19 1.20 genpkg_rules() {