|
@@ -5,10 +5,11 @@ include $(TOPDIR)/rules.mk
|
|
|
|
|
|
PKG_NAME:= Pyrex
|
|
PKG_NAME:= Pyrex
|
|
PKG_VERSION:= 0.9.9
|
|
PKG_VERSION:= 0.9.9
|
|
-PKG_RELEASE:= 1
|
|
|
|
|
|
+PKG_RELEASE:= 2
|
|
PKG_MD5SUM:= 515dee67d15d4393841e2d60e8341947
|
|
PKG_MD5SUM:= 515dee67d15d4393841e2d60e8341947
|
|
PKG_DESCR:= mixes Python and C data types
|
|
PKG_DESCR:= mixes Python and C data types
|
|
PKG_SECTION:= libs
|
|
PKG_SECTION:= libs
|
|
|
|
+PKG_DEPENDS:= python2
|
|
PKG_URL:= http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
|
|
PKG_URL:= http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
|
|
PKG_SITES:= http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
|
|
PKG_SITES:= http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
|
|
|
|
|