summaryrefslogtreecommitdiff
path: root/package/wput/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/wput/Makefile')
-rw-r--r--package/wput/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/package/wput/Makefile b/package/wput/Makefile
index 04477ed09..e6d6aa7c4 100644
--- a/package/wput/Makefile
+++ b/package/wput/Makefile
@@ -9,22 +9,23 @@ PKG_NAME:= wput
PKG_VERSION:= 0.5
PKG_RELEASE:= 1
PKG_MD5SUM:= 441b2e07219f78167b29a7ac33488fff
+PKG_DESCR:= a wget-like command-line FTP client
+PKG_SECTION:= net
+PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=wput/}
-MASTER_SITES:= ${MASTER_SITE_SOURCEFORGE:=wput/}
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tgz
-
WRKDIST= ${WRKDIR}/${PKG_NAME}
include ${TOPDIR}/mk/package.mk
-$(eval $(call PKG_template,WPUT,wput,${PKG_VERSION}-${PKG_RELEASE}))
+$(eval $(call PKG_template,WPUT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
CONFIGURE_STYLE:= gnu
CONFIGURE_ARGS+= --disable-g-switch
BUILD_STYLE:= auto
post-install:
- ${INSTALL_DIR} ${IDIR_WPUT}/usr/bin/
+ ${INSTALL_DIR} ${IDIR_WPUT}/usr/bin
${INSTALL_BIN} ${WRKBUILD}/wput ${IDIR_WPUT}/usr/bin/
include ${TOPDIR}/mk/pkg-bottom.mk