diff --git a/srcpkgs/curlftpfs/template b/srcpkgs/curlftpfs/template index 3b99675276..5ebde3b38b 100644 --- a/srcpkgs/curlftpfs/template +++ b/srcpkgs/curlftpfs/template @@ -1,10 +1,12 @@ # Template file for 'curlftpfs' pkgname=curlftpfs version=0.9.2 -revision=1 +revision=2 build_style=gnu-configure -configure_args="ac_cv_func_working_mktime=yes" -makedepends="pkg-config glib-devel fuse-devel libcurl-devel" +configure_args="ac_cv_func_working_mktime=yes ac_cv_func_malloc_0_nonnull=yes + ac_cv_func_realloc_0_nonnull=yes ac_cv_func_chown_works=yes" +hostmakedepends="pkg-config libcurl-devel" +makedepends="libglib-devel fuse-devel libcurl-devel" short_desc="A FTP filesystem based on cURL and FUSE" maintainer="Juan RP " homepage="http://curlftpfs.sourceforge.net/" @@ -19,8 +21,9 @@ long_desc=" automatically reconnection if the server times out transform absolute symlinks to point back into the ftp file system " + curlftpfs_package() { pkg_install() { - vmove usr + vmove all } }