mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
libs/liblz4: Use xz compression instead of gz
Use xz compression as it saves space compared to gz. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
This commit is contained in:
committed by
Yousong Zhou
parent
2e40c6ba71
commit
4bd8d2b274
@@ -16,7 +16,7 @@ PKG_RELEASE:=1
|
||||
PKG_LICENSE:=BSD-2-Clause
|
||||
PKG_MAINTAINER:=Darik Horn <dajhorn@vanadac.com>
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_URL:=https://github.com/Cyan4973/lz4.git
|
||||
|
||||
Reference in New Issue
Block a user