diff options
Diffstat (limited to 'package/mini_httpd/Makefile')
| -rw-r--r-- | package/mini_httpd/Makefile | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/package/mini_httpd/Makefile b/package/mini_httpd/Makefile index e105b82d7..1eb7afc68 100644 --- a/package/mini_httpd/Makefile +++ b/package/mini_httpd/Makefile @@ -1,30 +1,25 @@ # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. -include ${TOPDIR}/rules.mk +include ${ADK_TOPDIR}/rules.mk 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_SECTION:= www -PKG_DEPENDS:= libopenssl -PKG_BUILDDEP:= openssl +PKG_HASH:= f7f36533b1338ea16d916ea525ea7006ab38fdd3544ac7df93a4688a8e270241 +PKG_DESCR:= small webserver with ssl +PKG_DEPENDS:= libressl +PKG_BUILDDEP:= libressl +PKG_SECTION:= net/http 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 +include ${ADK_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 @@ -47,4 +42,4 @@ do-install: ${INSTALL_BIN} ${WRKBUILD}/mini_httpd \ ${IDIR_MINI_HTTPD}/usr/sbin/mini_httpd -include ${TOPDIR}/mk/pkg-bottom.mk +include ${ADK_TOPDIR}/mk/pkg-bottom.mk |
