From: Rosen Penev Date: Sun, 12 Jul 2020 05:30:45 +0000 (-0700) Subject: libdbi: remove inactive maintainer X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=0c520067dc7816e9f107604ef08216713d571755;p=openwrt-packages.git libdbi: remove inactive maintainer Added PKG_BUILD_PARALLEL for faster compilation. Remove autoreconf. Nothing is being patched. Fixed license. Signed-off-by: Rosen Penev --- diff --git a/libs/libdbi/Makefile b/libs/libdbi/Makefile index 0c3f242d9..53af4ba54 100644 --- a/libs/libdbi/Makefile +++ b/libs/libdbi/Makefile @@ -9,18 +9,18 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libdbi PKG_VERSION:=0.9.0 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/libdbi PKG_HASH:=dafb6cdca524c628df832b6dd0bf8fabceb103248edb21762c02d3068fca4503 -PKG_LICENSE:=LGPL-2.1 +PKG_MAINTAINER:= +PKG_LICENSE:=LGPL-2.1-or-later PKG_LICENSE_FILES:=COPYING -PKG_MAINTAINER:=Nicolas Thill -PKG_FIXUP:=autoreconf PKG_INSTALL:=1 +PKG_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/package.mk