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'
|
# Template file for 'curlftpfs'
|
||||||
pkgname=curlftpfs
|
pkgname=curlftpfs
|
||||||
version=0.9.2
|
version=0.9.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="ac_cv_func_working_mktime=yes"
|
configure_args="ac_cv_func_working_mktime=yes ac_cv_func_malloc_0_nonnull=yes
|
||||||
makedepends="pkg-config glib-devel fuse-devel libcurl-devel"
|
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"
|
short_desc="A FTP filesystem based on cURL and FUSE"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://curlftpfs.sourceforge.net/"
|
homepage="http://curlftpfs.sourceforge.net/"
|
||||||
|
@ -19,8 +21,9 @@ long_desc="
|
||||||
automatically reconnection if the server times out
|
automatically reconnection if the server times out
|
||||||
transform absolute symlinks to point back into the ftp file system
|
transform absolute symlinks to point back into the ftp file system
|
||||||
"
|
"
|
||||||
|
|
||||||
curlftpfs_package() {
|
curlftpfs_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue