strongswan4: uClibc-0.9.31 fix
[openwrt/svn-archive/archive.git] / lang / python-crypto / Makefile
index a5584c3c71131704f6f9007c2925763f64aaa310..f1cd7777011beee2ab4f60a04a3632700cc6d176 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2009 OpenWrt.org
+# Copyright (C) 2009-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -16,14 +16,14 @@ 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)
+$(call include_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
+       URL:=http://www.pycrypto.org/
        DEPENDS:=+python +libgmp
 endef