Path to this page:
./
filesystems/squashfs,
Tools for squashfs archives
Branch: pkgsrc-2016Q3,
Version: 4.3,
Package name: squashfs-4.3,
Maintainer: pkgsrc-usersSquashfs is a highly compressed read-only filesystem for Linux.
It uses either gzip/xz/lzo/lz4 compression to compress both files, inodes
and directories. Inodes in the system are very small and all blocks are
packed to minimise data overhead. Block sizes greater than 4K are supported
up to a maximum of 1Mbytes (default block size 128K).
Squashfs is intended for general read-only filesystem use, for archival
use (i.e. in cases where a .tar.gz file may be used), and in constrained
block device/memory systems (e.g. embedded systems) where low overhead is
needed.
This package contains tools to manipulate squashfs archive files.
Required to run:[
archivers/lzo]
Package options: lzo, xz, zlib
Master sites:
SHA1: a615979db9cee82e4a934a1455577f597d290b41
RMD160: fc91627c0757205c4a0fbe2037913cec1cefb1fd
Filesize: 178.271 KB
Version history: (Expand)
- (2016-10-03) Package added to pkgsrc.se, version squashfs-4.3 (created)
CVS history: (Expand)
2016-10-01 16:39:06 by Benny Siegert | Files touched by this commit (1) |
Log message:
Pullup ticket #5114 - requested by joerg
filesystems/squashfs: build fix
Revisions pulled up:
- filesystems/squashfs/Makefile 1.2
---
Module Name: pkgsrc
Committed By: joerg
Date: Sat Oct 1 13:00:42 UTC 2016
Modified Files:
pkgsrc/filesystems/squashfs: Makefile
Log message:
Provide lib path as well as rpath.
|