perl-Fuse: rebuild against perl-5.16.
This commit is contained in:
parent
de7aa1ee5c
commit
21ea387453
2 changed files with 2 additions and 5 deletions
|
@ -1,5 +1,3 @@
|
||||||
libpthread.so.0
|
libpthread.so.0
|
||||||
libfuse.so.2
|
libfuse.so.2
|
||||||
librt.so.1
|
|
||||||
libdl.so.2
|
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# Template build file for 'perl-Fuse'.
|
# Template build file for 'perl-Fuse'.
|
||||||
pkgname=perl-Fuse
|
pkgname=perl-Fuse
|
||||||
version=0.14
|
version=0.14
|
||||||
|
revision=2
|
||||||
wrksrc="Fuse-$version"
|
wrksrc="Fuse-$version"
|
||||||
distfiles="${CPAN_SITE}/Fuse/Fuse-$version.tar.gz"
|
distfiles="${CPAN_SITE}/Fuse/Fuse-$version.tar.gz"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
revision=1
|
|
||||||
makedepends="pkg-config fuse-devel"
|
makedepends="pkg-config fuse-devel"
|
||||||
fulldepends="perl"
|
fulldepends="perl>=5.16"
|
||||||
short_desc="Write filesystems in Perl using FUSE"
|
short_desc="Write filesystems in Perl using FUSE"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://search.cpan.org/~dpavlin/Fuse-0.13/Fuse.pm"
|
homepage="http://search.cpan.org/~dpavlin/Fuse-0.13/Fuse.pm"
|
||||||
|
@ -15,4 +15,3 @@ checksum=bbdd8e3933f87798736f85c2a21ad9857b2c6b2323537369cec139d6cd06da5b
|
||||||
long_desc="
|
long_desc="
|
||||||
This lets you implement filesystems in perl, through the FUSE
|
This lets you implement filesystems in perl, through the FUSE
|
||||||
(Filesystem in USErspace) kernel/lib interface."
|
(Filesystem in USErspace) kernel/lib interface."
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue