mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
oath-toolkit: Add patch from Fedora to fix compilation
Probably a result of GCC7 that it fails now. Added PKG_CPE_ID for proper CVE tracking. Added PKG_BUILD_PARALLEL for faster compilation. Reorganized Makefile slightly for consistency with other packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -9,14 +9,19 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=oath-toolkit
|
||||
PKG_VERSION:=2.6.2
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=oath-toolkit-$(PKG_VERSION).tar.gz
|
||||
PKG_HASH:=b03446fa4b549af5ebe4d35d7aba51163442d255660558cd861ebce536824aa0
|
||||
PKG_SOURCE_URL:=@SAVANNAH/oath-toolkit
|
||||
PKG_HASH:=b03446fa4b549af5ebe4d35d7aba51163442d255660558cd861ebce536824aa0
|
||||
|
||||
PKG_MAINTAINER:=Fam Zheng <fam@euphon.net>
|
||||
PKG_LICENSE:=LGPL-2.0+ GPL-3.0+
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
PKG_CPE_ID:=cpe:/a:nongnu:oath_toolkit
|
||||
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
PKG_INSTALL:=1
|
||||
PKG_MAINTAINER:=Fam Zheng <fam@euphon.net>
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
||||
Reference in New Issue
Block a user