wok-next view perl-fuse/receipt @ rev 20712

libtorrent: fix rtorrent building for non-64bit archs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:13:53 2018 +0300 (2018-05-27)
parents dfb3d7f1daed
children 4e6503d7a19f
line source
1 # SliTaz package receipt v2.
3 PACKAGE="perl-fuse"
4 VERSION="0.16"
5 CATEGORY="perl"
6 SHORT_DESC="Fuse - write filesystems in Perl using FUSE"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/Fuse"
11 TARBALL="Fuse-$VERSION.tar.gz"
12 WGET_URL="https://cpan.metacpan.org/authors/id/D/DP/DPATES/$TARBALL"
14 DEPENDS="fuse2 perl-filesys-statvfs perl-lchown perl-unix-mknod"
15 BUILD_DEPENDS="$DEPENDS perl-dev fuse2-dev"
17 compile_rules() {
18 perl Makefile.PL &&
19 make && make DESTDIR=$install install &&
21 chmod -R u+w $install
22 }
24 genpkg_rules() {
25 copy @std
26 }