mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
sumo: update to 0.23
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
+5
-3
@@ -8,23 +8,25 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=sumo
|
||||
PKG_VERSION:=0.22.0
|
||||
PKG_VERSION:=0.23.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-src-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@SF/sumo
|
||||
PKG_MD5SUM:=d239a3f94fdb905fdaf1648f2b71fd42
|
||||
PKG_MD5SUM:=0df95a449d44808b8d3677af086e1af1
|
||||
PKG_MAINTAINER:=Álvaro Fernández Rojas <noltari@gmail.com>
|
||||
|
||||
PKG_LICENSE:=GPL-3.0
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
PKG_FIXUP:=autoreconf
|
||||
PKG_INSTALL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--with-xerces-includes=$(STAGING_DIR)/usr/include/xercesc \
|
||||
--with-xerces=$(STAGING_DIR)/usr \
|
||||
--disable-debug \
|
||||
--disable-dependency-tracking \
|
||||
--disable-silent-rules
|
||||
|
||||
Reference in New Issue
Block a user