[packages] Add python-crypto package.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@18962 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c7a3a820c7
commit
7a6fe8ce30
46
lang/python-crypto/Makefile
Normal file
46
lang/python-crypto/Makefile
Normal file
@ -0,0 +1,46 @@
|
||||
#
|
||||
# Copyright (C) 2009 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=pycrypto
|
||||
PKG_VERSION:=2.0.1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://www.amk.ca/files/python/crypto/
|
||||
PKG_MD5SUM:=4d5674f3898a573691ffb335e8d749cd
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
|
||||
|
||||
define Package/python-crypto
|
||||
SECTION:=lang-python
|
||||
CATEGORY:=Languages
|
||||
SUBMENU:=Python
|
||||
TITLE:=python-crypto
|
||||
URL:=http://www.amk.ca/python/code/crypto.html
|
||||
DEPENDS:=+python +libgmp
|
||||
endef
|
||||
|
||||
define Package/python-crypto/description
|
||||
A collection of both secure hash functions (such as MD5 and SHA),
|
||||
and various encryption algorithms (AES, DES, IDEA, RSA, ElGamal, etc.).
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(call Build/Compile/PyMod,,install --prefix=/usr --root=$(PKG_INSTALL_DIR))
|
||||
endef
|
||||
|
||||
define Package/python-crypto/install
|
||||
$(INSTALL_DIR) $(1)$(PYTHON_PKG_DIR)/
|
||||
$(CP) \
|
||||
$(PKG_INSTALL_DIR)$(PYTHON_PKG_DIR)/* \
|
||||
$(1)$(PYTHON_PKG_DIR)/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,python-crypto))
|
Loading…
x
Reference in New Issue
Block a user