Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich
2016-06-07 11:42:32 +02:00
parent e61fe4e4d7
commit 24a7ccb056
65 changed files with 73 additions and 73 deletions

View File

@@ -11,7 +11,7 @@ PKG_SOURCE_VERSION:=7151885df6ac2554c07cc6047dde7c4eb253ce87
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
CMAKE_INSTALL:=1
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
PKG_LICENSE:=ISC
include $(INCLUDE_DIR)/package.mk

View File

@@ -33,7 +33,7 @@ define Package/lua/Default
CATEGORY:=Languages
TITLE:=Lua programming language
URL:=http://www.lua.org/
MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
endef
define Package/lua/Default/description

View File

@@ -1,5 +1,5 @@
#
# Copyright (C) 2010-2015 Jo-Philipp Wich <jow@openwrt.org>
# Copyright (C) 2010-2015 Jo-Philipp Wich <jo@mein.io>
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -19,7 +19,7 @@ define Package/px5g
SECTION:=utils
CATEGORY:=Utilities
TITLE:=X.509 certificate generator (using PolarSSL)
MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
DEPENDS:=+libpolarssl
endef