curlftpfs: cross build support.
This commit is contained in:
parent
7546eaf15d
commit
c6174ac186
1 changed files with 7 additions and 4 deletions
|
@ -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 <xtraeme@gmail.com>"
|
||||
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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue