mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
Merge pull request #17251 from flyn-org/php7-pecl-sodium
php7-pecl-sodium: add new package
This commit is contained in:
33
lang/php7-pecl-sodium/Makefile
Normal file
33
lang/php7-pecl-sodium/Makefile
Normal file
@@ -0,0 +1,33 @@
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PECL_NAME:=sodium
|
||||
PECL_LONGNAME:=Bindings for libsodium
|
||||
|
||||
PKG_VERSION:=2.0.23
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
PKG_HASH:=f8c04533de8e4b48077f65de61b187e195c0919c41d4543e2263604fa0c50379
|
||||
|
||||
PKG_NAME:=php7-pecl-sodium
|
||||
PKG_SOURCE:=lib$(PECL_NAME)-$(PKG_VERSION).tgz
|
||||
PKG_SOURCE_URL:=http://pecl.php.net/get/
|
||||
|
||||
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
||||
|
||||
PKG_LICENSE:=ISC
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
PKG_BUILD_DEPENDS:=php7
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/pecl-php7/lib$(PECL_NAME)-$(PKG_VERSION)
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/nls.mk
|
||||
include ../php7/pecl.mk
|
||||
|
||||
$(eval $(call PHP7PECLPackage,sodium,$(PECL_LONGNAME),+libsodium,30))
|
||||
$(eval $(call BuildPackage,$(PKG_NAME)))
|
||||
Reference in New Issue
Block a user