mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 15:08:40 +01:00
netwhere: fix compilation with newer libmicrohttpd
API change. Cleaned up Makefile. Fixed license information. Remove pointless CMAKE_INSTALL. This is not needed in InstallDev. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -2,18 +2,17 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=netwhere
|
||||
PKG_VERSION:=0.9
|
||||
PKG_RELEASE:=1
|
||||
PKG_LICENSE:=MIT
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=netwhere-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://github.com/benhsmith/netwhere/archive/$(PKG_VERSION)/
|
||||
PKG_HASH:=94a672bdcd9d4455b85429dddd81ffc778e0b26fe87af19ad75c27858ec9dbe2
|
||||
|
||||
PKG_BUILD_DEPENDS:=boost
|
||||
|
||||
PKG_MAINTAINER:=Ben Smith <le.ben.smith@gmail.com>
|
||||
PKG_LICENSE:=MIT
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
CMAKE_INSTALL:=1
|
||||
PKG_BUILD_DEPENDS:=boost
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/cmake.mk
|
||||
@@ -22,7 +21,7 @@ define Package/netwhere
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=Netwhere
|
||||
MAINTAINER:=Ben Smith
|
||||
URL:=https://github.com/benhsmith/netwhere
|
||||
DEPENDS:=+libtins +libmicrohttpd
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user