ports/contrib (3.5): squashfs-tools: updated description, URL, maintainer, source URL
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 6ec3e8de980a0cd613e83c761851086f5b629a62 Author: Matt Housh <jaeger@crux.ninja> Date: Thu Jun 11 14:34:51 2020 -0500 squashfs-tools: updated description, URL, maintainer, source URL diff --git a/squashfs-tools/.signature b/squashfs-tools/.signature index 10cd58cdc..986edc579 100644 --- a/squashfs-tools/.signature +++ b/squashfs-tools/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3xzITb7cEAqqJehuCxyfGtiL/ptbOnu75m8jAFNAwLQOWZzRta8cLVqXTMS2lCyXcaH0YCeP8Ux4ZDbPCQFjwQI= -SHA256 (Pkgfile) = e147a78ddc019799c7896eb6f07fe3711a6b9a0c1c115d20e62f68a598213dfc +RWSagIOpLGJF37wJdmZIEcMzGP42Ii1l63jickiGjhOFQQTLXIKX+pqbUCQIKaSIn9qgOONTOwYN1W3xfzhSIZeiQa3u1EGwVg0= +SHA256 (Pkgfile) = f6b6e8dcb63ace533faedbe8ed09606bd68b206c236e305246b9aa532ff5ce6b SHA256 (.footprint) = ef8b3c9cd38c4fe9ee8f80af59cbd2282bccef8f8a2eb00332ed67fa8a24fb57 -SHA256 (squashfs4.4.tar.gz) = a981b3f3f2054b5a2e658851a3c06a2460ad04a9a8a645e0afe063a63fdbb07e +SHA256 (squashfs-tools-4.4.tar.gz) = a7fa4845e9908523c38d4acf92f8a41fdfcd19def41bd5090d7ad767a6dc75c3 diff --git a/squashfs-tools/Pkgfile b/squashfs-tools/Pkgfile index 2505b3089..58a421d0b 100644 --- a/squashfs-tools/Pkgfile +++ b/squashfs-tools/Pkgfile @@ -1,15 +1,15 @@ -# Description: SquashFS tools -# URL: http://squashfs.sourceforge.net/ -# Maintainer: Matt Housh, jaeger at morpheus dot net +# Description: Tools to create and extract SquashFS filesystems +# URL: https://github.com/plougher/squashfs-tools +# Maintainer: Matt Housh, jaeger at crux dot ninja # Depends on: gzip lzo xz name=squashfs-tools version=4.4 release=1 -source=(http://download.sourceforge.net/squashfs/squashfs${version}.tar.gz) +source=(https://github.com/plougher/$name/archive/$version/$name-$version.tar.gz) build() { - cd squashfs${version}/$name + cd $name-$version/$name make GZIP_SUPPORT=1 LZO_SUPPORT=1 XZ_SUPPORT=1 make install INSTALL_DIR=$PKG/sbin }
participants (1)
-
crux@crux.nu