wok-next annotate zfs-fuse/receipt @ rev 21195
updated scrollz (2.2.3 -> 2.3)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Oct 03 15:54:27 2019 +0100 (2019-10-03) |
parents | d958fec46c9f |
children |
rev | line source |
---|---|
al@20527 | 1 # SliTaz package receipt v2. |
pascal@13499 | 2 |
pascal@13499 | 3 PACKAGE="zfs-fuse" |
pascal@13499 | 4 VERSION="0.7.0" |
pascal@13499 | 5 CATEGORY="system-tools" |
al@20527 | 6 SHORT_DESC="ZFS file system from Sun" |
pascal@13499 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15361 | 8 LICENSE="CDDL" |
al@21020 | 9 WEB_SITE="http://zfs-fuse.net/" |
al@20882 | 10 REPOLOGY="fusefs:zfs" |
al@20527 | 11 |
pascal@13499 | 12 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@13499 | 13 WGET_URL="$WEB_SITE/releases/$VERSION/$TARBALL" |
pascal@13499 | 14 |
al@20527 | 15 BUILD_DEPENDS="fuse2-dev scons libaio-dev attr-dev zlib-dev acl-dev openssl-dev" |
pascal@13499 | 16 |
al@20527 | 17 compile_rules() { |
al@21020 | 18 mkdir -p $install/usr |
pascal@13499 | 19 cd $src/src |
pascal@13500 | 20 # glibc 2.14 update |
pascal@13500 | 21 sed -i 's/\*__malloc_initialize_hook/* __volatile __malloc_initialize_hook/' \ |
pascal@13500 | 22 lib/libumem/malloc.c |
pascal@13499 | 23 scons PREFIX=/usr && |
al@21020 | 24 scons install_dir=$install/usr/sbin \ |
al@21020 | 25 cfg_dir=$install/etc \ |
al@21020 | 26 man_dir=$install/usr/share/man/man8 install |
pascal@13499 | 27 } |
pascal@13499 | 28 |
al@20527 | 29 genpkg_rules() { |
al@20527 | 30 copy @std |
al@20527 | 31 DEPENDS="fuse2 libaio openssl perl" |
pascal@13499 | 32 } |