wok-next view perl-fuse/receipt @ rev 20884
Check Repology info from m* to python-babel
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Jul 12 18:34:58 2018 +0300 (2018-07-12) |
parents | 474eb4a6385a |
children | d5aab818505e |
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"
10 REPOLOGY="perl:fuse"
12 TARBALL="Fuse-$VERSION.tar.gz"
13 WGET_URL="https://cpan.metacpan.org/authors/id/D/DP/DPATES/$TARBALL"
15 DEPENDS="fuse2 perl-filesys-statvfs perl-lchown perl-unix-mknod"
16 BUILD_DEPENDS="$DEPENDS perl-dev fuse2-dev"
18 compile_rules() {
19 perl Makefile.PL &&
20 make && make DESTDIR=$install install &&
22 chmod -R u+w $install
23 }
25 genpkg_rules() {
26 copy @std
27 }