X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=lang%2Fcython%2FMakefile;h=0e02fdf2e5d469c783d3c8b1e88f6743ca1aa7b8;hb=366fb76c48b7a11febb2f02a1a4c5b443e06149f;hp=009a778c5ba7fa1c68782190adc6c82d99ffdc1c;hpb=7d77051ba1b9ae4730f2bc51dfdf6a38f54360d0;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/lang/cython/Makefile b/lang/cython/Makefile index 009a778c5b..0e02fdf2e5 100644 --- a/lang/cython/Makefile +++ b/lang/cython/Makefile @@ -1,22 +1,25 @@ # -# Copyright (C) 2008 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. # -# $Id: Makefile 13829 2009-01-03 00:28:00Z mirko $ include $(TOPDIR)/rules.mk PKG_NAME:=cython PKG_VERSION:=0.10.3 PKG_RELEASE:=1 + PKG_SOURCE:=Cython-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.cython.org/ PKG_BUILD_DIR:=$(BUILD_DIR)/Cython-$(PKG_VERSION) +PKG_MD5SUM:=684103ed37472d9beef3a38e0d5c431d + +PKG_BUILD_DEPENDS:=python include $(INCLUDE_DIR)/package.mk --include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk) +$(call include_mk, python-package.mk) define Package/cython SUBMENU:=Python @@ -24,7 +27,7 @@ define Package/cython CATEGORY:=Languages TITLE:=cython URL:=http://www.cython.org - DEPENDS:=python-core + DEPENDS:=+python-mini endef define Package/cython/description