mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
telldus-core: remove freebsd hack
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=telldus-core
|
PKG_NAME:=telldus-core
|
||||||
PKG_VERSION:=2.1.2
|
PKG_VERSION:=2.1.2
|
||||||
PKG_RELEASE:=4
|
PKG_RELEASE:=5
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://download.telldus.com/TellStick/Software/telldus-core/
|
PKG_SOURCE_URL:=http://download.telldus.com/TellStick/Software/telldus-core/
|
||||||
@@ -48,8 +48,6 @@ CMAKE_OPTIONS += \
|
|||||||
-DGENERATE_MAN=0 \
|
-DGENERATE_MAN=0 \
|
||||||
-DICONV_LIBRARY=-liconv
|
-DICONV_LIBRARY=-liconv
|
||||||
|
|
||||||
TARGET_CXXFLAGS += $(if $(ICONV_FULL),-D_FREEBSD)
|
|
||||||
|
|
||||||
define Package/telldus-core/install
|
define Package/telldus-core/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/tdtool $(1)/usr/bin
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/tdtool $(1)/usr/bin
|
||||||
|
|||||||
Reference in New Issue
Block a user