1
0
forked from ports/contrib

squashfs-tools: updated to version 4.4

This commit is contained in:
Matt Housh 2019-09-02 09:03:51 -05:00
parent ea7000e90e
commit 8f0dcfc539
2 changed files with 5 additions and 7 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38RUd+AIYJ4mVcYH0wxSQHp0e5+LRR39LlG2EIQOI7Vj7LAm+CpoHBDHJbBJt0CCH9NiDrOd0yhrTowBiVBEIA4=
SHA256 (Pkgfile) = d5493dffdb54a15af74de7640f3378202c534820a556202d29d8ff9cc3e5804c
RWSagIOpLGJF3xzITb7cEAqqJehuCxyfGtiL/ptbOnu75m8jAFNAwLQOWZzRta8cLVqXTMS2lCyXcaH0YCeP8Ux4ZDbPCQFjwQI=
SHA256 (Pkgfile) = e147a78ddc019799c7896eb6f07fe3711a6b9a0c1c115d20e62f68a598213dfc
SHA256 (.footprint) = ef8b3c9cd38c4fe9ee8f80af59cbd2282bccef8f8a2eb00332ed67fa8a24fb57
SHA256 (squashfs4.3.tar.gz) = 0d605512437b1eb800b4736791559295ee5f60177e102e4d4ccd0ee241a5f3f6
SHA256 (squashfs4.4.tar.gz) = a981b3f3f2054b5a2e658851a3c06a2460ad04a9a8a645e0afe063a63fdbb07e

View File

@ -4,14 +4,12 @@
# Depends on: gzip lzo xz
name=squashfs-tools
version=4.3
release=2
version=4.4
release=1
source=(http://download.sourceforge.net/squashfs/squashfs${version}.tar.gz)
build() {
cd squashfs${version}/$name
sed -i -e '/^#include <ctype.h>/a #include <sys/sysmacros.h>' \
{mk,un}squashfs.c
make GZIP_SUPPORT=1 LZO_SUPPORT=1 XZ_SUPPORT=1
make install INSTALL_DIR=$PKG/sbin
}