diff options
Diffstat (limited to 'package/pycurl')
-rw-r--r-- | package/pycurl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/pycurl/Makefile b/package/pycurl/Makefile index 827693423..7ddb9c896 100644 --- a/package/pycurl/Makefile +++ b/package/pycurl/Makefile @@ -14,6 +14,8 @@ PKG_DEPENDS:= python2 libcurl PKG_URL:= http://pycurl.sourceforge.net/ PKG_SITES:= http://pycurl.sourceforge.net/download/ +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz + include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,PYCURL,pycurl,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) |