diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-08-29 13:50:25 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2018-09-01 08:31:20 -0700 |
commit | 1b93344924e727850cb46c493bf6922763c674f7 (patch) | |
tree | 298fcb9162bd962d83f739100cafab01d07f6854 /libs/libupnp/Makefile | |
parent | 53aa4049a69529785c29656c38c884c27cf3e2d3 (diff) |
libupnp: Update to 1.6.25
Added PKG_BUILD_PARALLEL for faster compilation.
Removed copyright line.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/libupnp/Makefile')
-rw-r--r-- | libs/libupnp/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/libs/libupnp/Makefile b/libs/libupnp/Makefile index 035b6400a..8dd2cea15 100644 --- a/libs/libupnp/Makefile +++ b/libs/libupnp/Makefile @@ -1,22 +1,16 @@ -# -# Copyright (C) 2006-2014 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - include $(TOPDIR)/rules.mk PKG_NAME:=libupnp -PKG_VERSION:=1.6.19 -PKG_RELEASE:=2 +PKG_VERSION:=1.6.25 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/pupnp -PKG_HASH:=b3142b39601243b50532eec90f4a27dba85eb86f58d4b849ac94edeb29d9b22a +PKG_HASH:=c5a300b86775435c076d58a79cc0d5a977d76027d2a7d721590729b7f369fa43 PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> PKG_FIXUP:=autoreconf +PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk |