From fe48e6c802b534a46ae5bd3a479e888ae036cd1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Wed, 12 Oct 2016 13:47:13 +0200 Subject: [PATCH] libxerces-c: use xz and sha256 and switch from git to apache releases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas --- libs/libxerces-c/Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/libs/libxerces-c/Makefile b/libs/libxerces-c/Makefile index 4fa6d4042..bbba0f079 100644 --- a/libs/libxerces-c/Makefile +++ b/libs/libxerces-c/Makefile @@ -7,15 +7,13 @@ include $(TOPDIR)/rules.mk -PKG_NAME:=libxerces-c +PKG_NAME:=xerces-c PKG_VERSION:=3.1.4 -PKG_RELEASE:=1 +PKG_RELEASE:=2 -PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=git://git.apache.org/xerces-c.git -PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=Xerces-C_3_1_4 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz +PKG_SOURCE_URL:=@APACHE/xerces/c/3/sources +PKG_MD5SUM:=9973cc79481803f8b6652c52faf5195d963f50d209d4f681ec97e2aa014b6241 PKG_MAINTAINER:=Álvaro Fernández Rojas PKG_LICENSE:=Apache-2.0