From 636d347e3df00f685923a30a4e11a95a49bd7b4c Mon Sep 17 00:00:00 2001 From: James <> Date: Fri, 26 Jun 2020 15:25:23 +0100 Subject: hpvpn --- master/sympathy | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 master/sympathy (limited to 'master/sympathy') diff --git a/master/sympathy b/master/sympathy new file mode 100644 index 0000000..a6dfcab --- /dev/null +++ b/master/sympathy @@ -0,0 +1,67 @@ +diff --git a/package/jmm/sympathy/Makefile b/package/jmm/sympathy/Makefile +new file mode 100644 +index 0000000..fb5afb9 +--- /dev/null ++++ b/package/jmm/sympathy/Makefile +@@ -0,0 +1,61 @@ ++# ++# Copyright (C) 2014 OpenWrt.org ++# ++# This is free software, licensed under the GNU General Public License v2. ++# See /LICENSE for more information. ++# ++ ++include $(TOPDIR)/rules.mk ++include $(INCLUDE_DIR)/kernel.mk ++ ++PKG_NAME:=sympathy ++PKG_VERSION:=2018-04-02 ++PKG_RELEASE=$(PKG_SOURCE_VERSION) ++ ++PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) ++PKG_SOURCE_URL:=git://git.panaceas.org/tools/sympathy ++PKG_SOURCE_PROTO:=git ++PKG_SOURCE_VERSION:=master ++PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.bz2 ++ ++PKG_FIXUP:=autoreconf ++ ++PKG_MAINTAINER:=James McKenzie ++PKG_LICENSE:=GPL-2.0+ ++ ++ ++TARGET_CPPFLAGS:= -I$(LINUX_DIR)/user_headers/include -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include ++ ++#CONFIGURE_VARS+= \ ++# CFLAGS="$(TARGET_CFLAGS)" ++ ++include $(INCLUDE_DIR)/package.mk ++ ++define Package/sympathy ++ SECTION:=utils ++ CATEGORY:=Utilities ++ TITLE:=sympathy ++endef ++ ++ ++define Build/Compile ++ $(call Build/Compile/Default) ++ make -C $(PKG_BUILD_DIR) \ ++ DESTDIR="$(PKG_INSTALL_DIR)" \ ++ install ++endef ++ ++ ++#TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include ++ ++define Package/sympathy/install ++ $(INSTALL_DIR) $(1)/usr/bin ++ $(INSTALL_DIR) $(1)/usr/lib ++ $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/sympathy $(1)/usr/bin/ ++ $(INSTALL_BIN) ${PKG_INSTALL_DIR}/usr/lib/libsympathy*.so* $(1)/usr/lib/ ++endef ++ ++# $(INSTALL_DIR) $(1)/usr/sbin $(1)/etc/init.d ++# $(INSTALL_BIN) ./files/sympathy.init $(1)/etc/init.d/sympathy ++ ++$(eval $(call BuildPackage,sympathy)) -- cgit v1.2.3