diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-08-06 14:03:07 -0700 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2018-09-29 11:50:29 +0800 |
commit | 441546718596ccd422e988b2a9d42a102a01b2e8 (patch) | |
tree | e147c40cde8fb8222e4d581355e2d3dbf09bc61f /utils/hamlib | |
parent | c5e0c3822ae38af560f5aaaa4a8bb1c27f1362c5 (diff) |
hamlib: Update to 3.3
Rearranged Makefile for consistency.
Added PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'utils/hamlib')
-rw-r--r-- | utils/hamlib/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/utils/hamlib/Makefile b/utils/hamlib/Makefile index d3efbcbfd..84e05530b 100644 --- a/utils/hamlib/Makefile +++ b/utils/hamlib/Makefile @@ -7,19 +7,20 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hamlib -PKG_VERSION:=3.0.1 +PKG_VERSION:=3.3 PKG_RELEASE:=1 -PKG_HASH:=3fec97ea326d02aa8f35834c4af34194a3f544e6212f391397d788c566b44e32 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/hamlib -PKG_FIXUP:=autoreconf -PKG_INSTALL:=1 +PKG_HASH:=c90b53949c767f049733b442cd6e0a48648b55d99d4df5ef3f852d985f45e880 +PKG_MAINTAINER:=Vasilis Tsiligiannis <acinonyx@openwrt.gr> PKG_LICENSE:=GPLv2 PKG_LICENSE_FILES:=COPYING -PKG_MAINTAINER:=Vasilis Tsiligiannis <acinonyx@openwrt.gr> +PKG_FIXUP:=autoreconf +PKG_BUILD_PARALLEL:=1 +PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk |