| 123456789101112131415161718192021222324252627 | # This file is part of the OpenADK project. OpenADK is copyrighted# material, please see the LICENCE file in the top-level directory.include ${ADK_TOPDIR}/rules.mkPKG_NAME:=		wputPKG_VERSION:=		0.6.1PKG_RELEASE:=		1PKG_MD5SUM:=		92b41efed4db8eb4f3443c23bf7ceecfPKG_DESCR:=		wget-like command-line ftp clientPKG_SECTION:=		net/httpPKG_SITES:=		${MASTER_SITE_SOURCEFORGE:=wput/}DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tgzinclude ${ADK_TOPDIR}/mk/package.mk$(eval $(call PKG_template,WPUT,wput,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))CONFIGURE_ARGS+=	--disable-g-switch \			--without-sslwput-install:	${INSTALL_DIR} ${IDIR_WPUT}/usr/bin	${INSTALL_BIN} ${WRKBUILD}/wput ${IDIR_WPUT}/usr/bininclude ${ADK_TOPDIR}/mk/pkg-bottom.mk
 |