From: Jiri Slachta Date: Tue, 4 Nov 2014 15:00:37 +0000 (+0100) Subject: Add PKG_LICENSE variable to the most of the packages. X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=a5b4c7d1f91c81870314e635d445aa4a9ce9a206;hp=76067ecd1b69fc19bd0566a407d131688a798bb0;p=feed%2Ftelephony.git Add PKG_LICENSE variable to the most of the packages. Signed-off-by: Jiri Slachta --- diff --git a/admin/asterisk11-gui/Makefile b/admin/asterisk11-gui/Makefile index 35702a6..c21e43b 100644 --- a/admin/asterisk11-gui/Makefile +++ b/admin/asterisk11-gui/Makefile @@ -16,6 +16,9 @@ PKG_SOURCE:=asterisk-gui-$(PKG_VERSION).tar.gz PKG_MD5SUM:=055bf2aaba365e696198925d039ac3cb PKG_BUILD_DIR:=$(BUILD_DIR)/asterisk11-gui-$(PKG_VERSION) +PKG_LICENSE:=GPL-2.0 +PKG_LICENSE_FILES:=COPYING LICENSE + include $(INCLUDE_DIR)/package.mk define Package/asterisk11-gui diff --git a/admin/asterisk18-gui/Makefile b/admin/asterisk18-gui/Makefile index cbc784b..31dd221 100644 --- a/admin/asterisk18-gui/Makefile +++ b/admin/asterisk18-gui/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2013 OpenWrt.org +# Copyright (C) 2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -16,6 +16,9 @@ PKG_SOURCE:=asterisk-gui-$(PKG_VERSION).tar.gz PKG_MD5SUM:=055bf2aaba365e696198925d039ac3cb PKG_BUILD_DIR:=$(BUILD_DIR)/asterisk18-gui-$(PKG_VERSION) +PKG_LICENSE:=GPL-2.0 +PKG_LICENSE_FILES:=COPYING LICENSE + include $(INCLUDE_DIR)/package.mk define Package/asterisk18-gui diff --git a/libs/bcg729/Makefile b/libs/bcg729/Makefile index 7d98d7f..479bb1b 100644 --- a/libs/bcg729/Makefile +++ b/libs/bcg729/Makefile @@ -18,6 +18,10 @@ PKG_MD5SUM:=45e127a9a309aff94d3262d97b5aeab0 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_INSTALL:=1 +PKG_LICENSE:=GPL-2.0 +PKG_LICENSE_FILES:=COPYING +PKG_MAINTAINER:=Alex Samorukov + include $(INCLUDE_DIR)/package.mk define Package/bcg729 @@ -27,7 +31,6 @@ define Package/bcg729 TITLE:=Software G729A encoder and decoder library written in C URL:=http://www.linphone.org/technical-corner/bcg729.html DEPENDS:=@BUILD_PATENTED - MAINTAINER:=Alex Samorukov endef define Package/bcg729/description diff --git a/libs/iksemel/Makefile b/libs/iksemel/Makefile index 89a95cd..8a33e3e 100644 --- a/libs/iksemel/Makefile +++ b/libs/iksemel/Makefile @@ -19,6 +19,10 @@ PKG_FIXUP:=autoreconf PKG_INSTALL:=1 +PKG_LICENSE:=LGPL-2.1 +PKG_LICENSE_FILES:=COPYING +PKG_MAINTAINER:=Jiri Slachta + include $(INCLUDE_DIR)/package.mk define Package/libiksemel @@ -28,7 +32,6 @@ define Package/libiksemel TITLE:=Iksemel Jabber Library URL:=http://code.google.com/p/iksemel/ DEPENDS:= +libgnutls +libtasn1 +libgcrypt +libgpg-error - MAINTAINER:=Jiri Slachta endef define Package/libiksemel/description diff --git a/libs/libosip2/Makefile b/libs/libosip2/Makefile index 05019c4..c4c40a6 100644 --- a/libs/libosip2/Makefile +++ b/libs/libosip2/Makefile @@ -19,6 +19,9 @@ PKG_FIXUP:=autoreconf PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 +PKG_LICENSE:=LGPL-2.0+ +PKG_LICENSE_FILES:=COPYING + include $(INCLUDE_DIR)/package.mk define Package/libosip2 diff --git a/libs/libsrtp/Makefile b/libs/libsrtp/Makefile index 34decf8..777ead9 100644 --- a/libs/libsrtp/Makefile +++ b/libs/libsrtp/Makefile @@ -18,6 +18,10 @@ PKG_MD5SUM:=9b449edb011c934ca97009e7e0566d22 PKG_BUILD_DIR:=$(BUILD_DIR)/srtp PKG_INSTALL:=1 +PKG_LICENSE:=BSD-3-clause +PKG_LICENSE_FILES:=LICENSE +PKG_MAINTAINER:=Jiri Slachta + include $(INCLUDE_DIR)/package.mk TARGET_CFLAGS += $(FPIC) @@ -29,7 +33,6 @@ define Package/libsrtp CATEGORY:=Libraries TITLE:=Secure Real-time Transport Protocol (SRTP) library URL:=http://sourceforge.net/projects/srtp - MAINTAINER:=Jiri Slachta endef define Package/libsrtp/description diff --git a/libs/spandsp/Makefile b/libs/spandsp/Makefile index fbfe7a7..da29e1e 100644 --- a/libs/spandsp/Makefile +++ b/libs/spandsp/Makefile @@ -19,6 +19,10 @@ PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 PKG_FIXUP:=autoreconf +PKG_LICENSE:=LGPL-2.1 +PKG_LICENSE_FILES:=COPYING +PKG_MAINTAINER:=Jiri Slachta + include $(INCLUDE_DIR)/package.mk define Package/libspandsp @@ -27,7 +31,6 @@ define Package/libspandsp CATEGORY:=Libraries TITLE:=spandsp library DEPENDS:=+libtiff - MAINTAINER:=Jiri Slachta endef TARGET_CFLAGS += $(FPIC) diff --git a/net/asterisk-1.8.x-chan-sccp-b/Makefile b/net/asterisk-1.8.x-chan-sccp-b/Makefile index b10f967..4e557c7 100644 --- a/net/asterisk-1.8.x-chan-sccp-b/Makefile +++ b/net/asterisk-1.8.x-chan-sccp-b/Makefile @@ -20,6 +20,10 @@ PKG_SOURCE_PROTO:=svn PKG_FIXUP:=autoreconf -fi +PKG_LICENSE:=GPL-1.0 +PKG_LICENSE_FILES:=COPYING LICENSE +PKG_MAINTAINER:=Jiri Slachta + include $(INCLUDE_DIR)/package.mk define Package/asterisk18-chan-sccp-b @@ -29,7 +33,6 @@ define Package/asterisk18-chan-sccp-b TITLE:=SCCP channel provider support URL:=http://chan-sccp-b.sourceforge.net/ DEPENDS:=asterisk18 +libltdl - MAINTAINER:=Jiri Slachta endef define Package/asterisk18-chan-sccp-b/description diff --git a/net/asterisk-1.8.x/Makefile b/net/asterisk-1.8.x/Makefile index 0afeca7..537045b 100644 --- a/net/asterisk-1.8.x/Makefile +++ b/net/asterisk-1.8.x/Makefile @@ -17,6 +17,10 @@ PKG_MD5SUM:=150a503e0c90031b978a4c264800a387 PKG_BUILD_DIR=$(BUILD_DIR)/asterisk-$(PKG_VERSION) +PKG_LICENSE:=GPL-2.0 +PKG_LICENSE_FILES:=COPYING LICENSE +PKG_MAINTAINER:=Jiri Slachta + include $(INCLUDE_DIR)/package.mk define Package/asterisk18/install/module @@ -75,7 +79,6 @@ define Package/asterisk18/Default SECTION:=net CATEGORY:=Network URL:=http://www.asterisk.org/ - MAINTAINER:=Jiri Slachta endef define Package/asterisk18/Default/description diff --git a/net/asterisk-11.x-chan-dongle/Makefile b/net/asterisk-11.x-chan-dongle/Makefile index 24f922d..4927822 100644 --- a/net/asterisk-11.x-chan-dongle/Makefile +++ b/net/asterisk-11.x-chan-dongle/Makefile @@ -22,6 +22,10 @@ PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_SOURCE_SUBDIR) PKG_FIXUP:=autoreconf +PKG_LICENSE:=GPL-2.0 +PKG_LICENSE_FILES:=COPYRIGHT.txt LICENSE.txt +PKG_MAINTAINER:=Jiri Slachta + include $(INCLUDE_DIR)/package.mk define Package/asterisk11-chan-dongle @@ -31,7 +35,6 @@ define Package/asterisk11-chan-dongle URL:=https://code.google.com/p/asterisk-chan-dongle/ DEPENDS:= asterisk11 +libiconv-full +kmod-usb-acm +kmod-usb-serial +kmod-usb-serial-option +libusb-1.0 +usb-modeswitch TITLE:=Huawei UMTS 3G dongle support - MAINTAINER:=Jiri Slachta endef define Package/asterisk11-chan-dongle/description diff --git a/net/asterisk-11.x-chan-sccp-b/Makefile b/net/asterisk-11.x-chan-sccp-b/Makefile index bdfe294..8fb660a 100644 --- a/net/asterisk-11.x-chan-sccp-b/Makefile +++ b/net/asterisk-11.x-chan-sccp-b/Makefile @@ -20,6 +20,10 @@ PKG_SOURCE_PROTO:=svn PKG_FIXUP:=autoreconf -fi +PKG_LICENSE:=GPL-1.0 +PKG_LICENSE_FILES:=COPYRIGHT LICENSE +PKG_MAINTAINER:=Jiri Slachta + include $(INCLUDE_DIR)/package.mk define Package/asterisk11-chan-sccp-b @@ -29,7 +33,6 @@ define Package/asterisk11-chan-sccp-b TITLE:=SCCP channel provider support URL:=http://chan-sccp-b.sourceforge.net/ DEPENDS:=asterisk11 +libltdl - MAINTAINER:=Jiri Slachta endef define Package/asterisk11-chan-sccp-b/description diff --git a/net/asterisk-11.x/Makefile b/net/asterisk-11.x/Makefile index 7155d08..4890c40 100644 --- a/net/asterisk-11.x/Makefile +++ b/net/asterisk-11.x/Makefile @@ -15,6 +15,10 @@ PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.asterisk.org/pub/telephony/asterisk/releases/ PKG_MD5SUM:=20995d419dace207f828a3a8463c22e1 +PKG_LICENSE:=GPL-2.0 +PKG_LICENSE_FILES:=COPYING LICENSE +PKG_MAINTAINER:=Jiri Slachta + PKG_BUILD_DIR=$(BUILD_DIR)/asterisk-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index 53fe22e..1948ebb 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -32,6 +32,8 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_FIXUP:=libtool autoreconf PKG_BUILD_PARALLEL:=0 +PKG_LICENSE:=MPL-1.1 +PKG_LICENSE_FILES:=COPYING ifeq ($(CONFIG_DEVEL),y) export QUILT=1 diff --git a/net/kamailio-3.x/Makefile b/net/kamailio-3.x/Makefile index e95bd69..4a85098 100644 --- a/net/kamailio-3.x/Makefile +++ b/net/kamailio-3.x/Makefile @@ -16,6 +16,10 @@ PKG_SOURCE:=kamailio-$(PKG_VERSION)$(PKG_VARIANT)_src.tar.gz PKG_MD5SUM:=519d1dfbddf7dbead3a020321582d471 PKG_USE_MIPS16:=0 +PKG_LICENSE:=GPL-2.0 +PKG_LICENSE_FILES:=COPYING +PKG_MAINTAINER:=Jiri Slachta + INCL_MODULES:= KAM_MODULES:= @@ -31,7 +35,6 @@ define Package/kamailio3/Default CATEGORY:=Network SUBMENU:=Telephony URL:=http://www.kamailio.org/ - MAINTAINER:=Jiri Slachta DEPENDS:=$(ICONV_DEPENDS) +libncurses +libpthread +libreadline endef diff --git a/net/kamailio-4.x/Makefile b/net/kamailio-4.x/Makefile index 0acd410..7f6f3eb 100644 --- a/net/kamailio-4.x/Makefile +++ b/net/kamailio-4.x/Makefile @@ -16,6 +16,10 @@ PKG_SOURCE:=kamailio-$(PKG_VERSION)$(PKG_VARIANT)_src.tar.gz PKG_MD5SUM:=6b5dc98be07a5d68b3701d7955102d34 PKG_USE_MIPS16:=0 +PKG_LICENSE:=GPL-2.0 +PKG_LICENSE_FILES:=COPYING +PKG_MAINTAINER:=Jiri Slachta + INCL_MODULES:= KAM_MODULES:= @@ -31,7 +35,6 @@ define Package/kamailio4/Default CATEGORY:=Network SUBMENU:=Telephony URL:=http://www.kamailio.org/ - MAINTAINER:=Jiri Slachta DEPENDS:=$(ICONV_DEPENDS) +libncurses +libpthread +libreadline +libxml2 endef diff --git a/net/miax/Makefile b/net/miax/Makefile index d5b3ed1..2f99f32 100644 --- a/net/miax/Makefile +++ b/net/miax/Makefile @@ -18,6 +18,9 @@ PKG_CHECK_FORMAT_SECURITY:=0 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) +PKG_LICENSE:=GPL-2.0 +PKG_LICENSE_FILES:=COPYING LICENSE + include $(INCLUDE_DIR)/package.mk define Package/miax diff --git a/net/pcapsipdump/Makefile b/net/pcapsipdump/Makefile index dfbf2c9..1f91b44 100644 --- a/net/pcapsipdump/Makefile +++ b/net/pcapsipdump/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/pcapsipdump PKG_MD5SUM:=2c04c54c3478f7cb94978d54538006d2 +PKG_LICENSE:=GPL-2.0 +PKG_LICENSE_FILES:=LICENSE + include $(INCLUDE_DIR)/uclibc++.mk include $(INCLUDE_DIR)/package.mk diff --git a/net/sipp/Makefile b/net/sipp/Makefile index adc04ca..af24e0e 100644 --- a/net/sipp/Makefile +++ b/net/sipp/Makefile @@ -16,6 +16,9 @@ PKG_SOURCE_URL:=@SF/sipp PKG_MD5SUM:=904fffbc277bafce28762ebb041b9620 PKG_CHECK_FORMAT_SECURITY:=0 +PKG_LICENSE:=GPL-2.0+ +PKG_LICENSE_FILES:=LICENSE.txt + include $(INCLUDE_DIR)/uclibc++.mk include $(INCLUDE_DIR)/package.mk diff --git a/net/siproxd/Makefile b/net/siproxd/Makefile index 40e7114..f2ff384 100644 --- a/net/siproxd/Makefile +++ b/net/siproxd/Makefile @@ -19,6 +19,9 @@ PKG_FIXUP:=autoreconf PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 +PKG_LICENSE:=GPL-2.0 +PKG_LICENSE_FILES:=COPYING + include $(INCLUDE_DIR)/package.mk define Package/siproxd/Default