diff options
Diffstat (limited to 'package/mini_httpd/Makefile')
-rw-r--r-- | package/mini_httpd/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/package/mini_httpd/Makefile b/package/mini_httpd/Makefile index 37abf2c00..731b95d4d 100644 --- a/package/mini_httpd/Makefile +++ b/package/mini_httpd/Makefile @@ -7,24 +7,19 @@ PKG_NAME:= mini-httpd PKG_VERSION:= 1.19 PKG_RELEASE:= 10 PKG_MD5SUM:= 7c68293ad265ecfe2edea917912f6f1f -PKG_DESCR:= A small HTTP server with SSL -PKG_MULTI:= 1 +PKG_DESCR:= small HTTP server with SSL PKG_SECTION:= www PKG_DEPENDS:= libopenssl PKG_BUILDDEP:= openssl PKG_URL:= http://www.acme.com/software/mini_httpd/ PKG_SITES:= http://www.acme.com/software/mini_httpd/ -PKG_SUBPKGS:= MINI_HTTPD MINI_HTTPD_HTPASSWD -PKGSD_HTPASSWD:= htpasswd utility - DISTFILES:= mini_httpd-${PKG_VERSION}.tar.gz WRKDIST= ${WRKDIR}/mini_httpd-${PKG_VERSION} include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,MINI_HTTPD,mini-httpd,${PKG_VERSION}-${PKG_RELEASE},,${PKG_DESCR},${PKG_SECTION})) -#$(eval $(call PKG_template,MINI_HTTPD_HTPASSWD,mini-httpd-htpasswd,${PKG_VERSION}-${PKG_RELEASE},,${PKGSD_HTPASSWD},${PKG_SECTION})) CONFIG_STYLE:= manual BUILD_STYLE:= manual |