php7-pecl-sodium: add new package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
parent
93d2cfa732
commit
cbe9f26dc6
1 changed files with 33 additions and 0 deletions
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)))
|
Loading…
Reference in a new issue