summaryrefslogtreecommitdiff
path: root/package/wput/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/wput/Makefile')
-rw-r--r--package/wput/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/package/wput/Makefile b/package/wput/Makefile
new file mode 100644
index 000000000..aa65e209d
--- /dev/null
+++ b/package/wput/Makefile
@@ -0,0 +1,30 @@
+# $Id$
+#-
+# 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
+
+PKG_NAME:= wput
+PKG_VERSION:= 0.5
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 441b2e07219f78167b29a7ac33488fff
+
+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},${ARCH}))
+
+CONFIGURE_STYLE:= gnu
+CONFIGURE_ARGS+= --disable-g-switch
+BUILD_STYLE:= auto
+
+post-install:
+ ${INSTALL_DIR} ${IDIR_WPUT}/usr/bin/
+ ${INSTALL_BIN} ${WRKBUILD}/wput ${IDIR_WPUT}/usr/bin/
+
+include ${TOPDIR}/mk/pkg-bottom.mk