@ -9,11 +9,11 @@ include $(TOPDIR)/rules.mk
PKG_NAME := django-simple-captcha
PKG_NAME := django-simple-captcha
PKG_VERSION := 0.5.9
PKG_VERSION := 0.5.9
PKG_RELEASE := 1
PKG_RELEASE := 2
PKG_LICENSE := MIT
PKG_LICENSE := MIT
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .zip
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .zip
PKG_SOURCE_URL := https://files.pythonhosted.org/packages/d7/f4/ea95b04ed3abc7bf225716f17e35c5a185f6100db4d7541a46696ce40351
PKG_SOURCE_URL := https://files.pythonhosted.org/packages/source/d/${ PKG_NAME }
PKG_HASH := 0c30a14f02502119fd1a4d308dd5d2b899d0f4284825a396bbb010afd904754a
PKG_HASH := 0c30a14f02502119fd1a4d308dd5d2b899d0f4284825a396bbb010afd904754a
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
@ -27,6 +27,7 @@ define Package/django-simple-captcha
TITLE:= A very simple, yet powerful, Django captcha application
TITLE:= A very simple, yet powerful, Django captcha application
URL:= https://github.com/mbi/django-simple-captcha
URL:= https://github.com/mbi/django-simple-captcha
DEPENDS:= +python +python-six +django +pillow +django-ranged-response
DEPENDS:= +python +python-six +django +pillow +django-ranged-response
VARIANT:= python
e n d e f
e n d e f
d e f i n e P a c k a g e / d j a n g o - s i m p l e - c a p t c h a / d e s c r i p t i o n
d e f i n e P a c k a g e / d j a n g o - s i m p l e - c a p t c h a / d e s c r i p t i o n
@ -34,15 +35,6 @@ define Package/django-simple-captcha/description
application to add captcha images to any Django form.
application to add captcha images to any Django form.
e n d e f
e n d e f
d e f i n e B u i l d / C o m p i l e
$( call Build/Compile/PyMod,,install --prefix= /usr --root= $( PKG_INSTALL_DIR) )
e n d e f
d e f i n e P a c k a g e / d j a n g o - s i m p l e - c a p t c h a / i n s t a l l
$( INSTALL_DIR) $( 1) $( PYTHON_PKG_DIR)
$( CP) \
$( PKG_INSTALL_DIR) $( PYTHON_PKG_DIR) /* \
$( 1) $( PYTHON_PKG_DIR)
e n d e f
$( eval $ ( call PyPackage ,django -simple -captcha ) )
$( eval $ ( call BuildPackage ,django -simple -captcha ) )
$( eval $ ( call BuildPackage ,django -simple -captcha ) )
$( eval $ ( call BuildPackage ,django -simple -captcha -src ) )