From: Felix Fietkau Date: Sat, 21 Feb 2009 16:20:16 +0000 (+0000) Subject: lzma: use a repacked tarball instead of the original one to get rid of CRLF conversio... X-Git-Tag: reboot~24426 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=cc7c06781ad34a28631564515a11ad9dd7101a84 lzma: use a repacked tarball instead of the original one to get rid of CRLF conversion screwups SVN-Revision: 14593 --- diff --git a/tools/lzma/Makefile b/tools/lzma/Makefile index 79d8d0c9bd..da7a610626 100644 --- a/tools/lzma/Makefile +++ b/tools/lzma/Makefile @@ -7,14 +7,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lzma -PKG_VERSION:=432 +PKG_VERSION:=4.32 -PKG_SOURCE:=$(PKG_NAME)$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://kent.dl.sourceforge.net/sourceforge/sevenzip/ -PKG_MD5SUM:=155c1ebce5bc6710ae7ecc926226d9d7 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 +PKG_SOURCE_URL:=http://downloads.openwrt.org/sources/ +PKG_MD5SUM:=5587d6ac230ad1903d504fc3253f0e42 -PKG_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-$(PKG_VERSION)/lzma -PKG_UNPACK:=bzcat $(DL_DIR)/$(PKG_SOURCE) | $(TAR) -C $(PKG_BUILD_DIR)/ $(TAR_OPTIONS) +PKG_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-$(PKG_VERSION) include $(INCLUDE_DIR)/host-build.mk