mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
squashfs-tools: bump to version 4.4
All patches are not needed anymore. squashfs-tools has implemented them in one way or another. Converted to download release tarballs. This should work better to get notified of a newer release. Also adds support for ZSTD compression: https://facebook.github.io/zstd/ Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
@@ -8,18 +8,17 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=squashfs-tools
|
||||
PKG_VERSION:=4.3
|
||||
PKG_RELEASE:=6
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
PKG_VERSION:=4.4
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_LICENSE:=GPL-2.0-only
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
|
||||
PKG_CPE_ID:=cpe:/a:phillip_lougher:squashfs
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/plougher/squashfs-tools
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_VERSION:=5be5d61e5e5a93911256b5f2106e50da0ca81e8d
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
PKG_MIRROR_HASH:=eac1bc559708dc8656fe7d099ffc9e9374ae0cfb9a12d180a9c0c28acb0adf11
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/plougher/squashfs-tools/tar.gz/${PKG_VERSION}?
|
||||
PKG_HASH:=a7fa4845e9908523c38d4acf92f8a41fdfcd19def41bd5090d7ad767a6dc75c3
|
||||
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
@@ -28,13 +27,13 @@ define Package/squashfs-tools/Default
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
SUBMENU:=Filesystem
|
||||
TITLE:=squashfs-tools
|
||||
TITLE:=Tools to create and extract Squashfs filesystems
|
||||
URL:=https://github.com/plougher/squashfs-tools
|
||||
DEPENDS += +libpthread +zlib \
|
||||
+SQUASHFS_TOOLS_LZO_SUPPORT:liblzo \
|
||||
+SQUASHFS_TOOLS_LZ4_SUPPORT:liblz4 \
|
||||
+SQUASHFS_TOOLS_XZ_SUPPORT:liblzma
|
||||
MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
|
||||
+SQUASHFS_TOOLS_XZ_SUPPORT:liblzma \
|
||||
+SQUASHFS_TOOLS_ZSTD_SUPPORT:libzstd
|
||||
endef
|
||||
|
||||
define Package/squashfs-tools-mksquashfs
|
||||
@@ -68,6 +67,10 @@ ifneq ($(CONFIG_SQUASHFS_TOOLS_LZ4_SUPPORT),)
|
||||
MAKE_FLAGS += LZ4_SUPPORT=1
|
||||
endif
|
||||
|
||||
ifneq ($(CONFIG_SQUASHFS_TOOLS_ZSTD_SUPPORT),)
|
||||
MAKE_FLAGS += ZSTD_SUPPORT=1
|
||||
endif
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR)/squashfs-tools \
|
||||
CC="$(TARGET_CC)" \
|
||||
|
||||
Reference in New Issue
Block a user