diff options
author | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
---|---|---|
committer | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
commit | 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch) | |
tree | b9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/lrzsz |
Initial import
Diffstat (limited to 'package/lrzsz')
-rw-r--r-- | package/lrzsz/Config.in | 11 | ||||
-rw-r--r-- | package/lrzsz/Makefile | 35 | ||||
-rw-r--r-- | package/lrzsz/ipkg/lrzsz.control | 5 |
3 files changed, 51 insertions, 0 deletions
diff --git a/package/lrzsz/Config.in b/package/lrzsz/Config.in new file mode 100644 index 000000000..1d8108b6b --- /dev/null +++ b/package/lrzsz/Config.in @@ -0,0 +1,11 @@ +config ADK_PACKAGE_LRZSZ + prompt "lrsz.............................. X,Y and Z-modem protocols" + tristate + default n + help + Transfer files in your login sessions. + Very leightweight ans straight forward. + You just need a terminal client that can do + either X, Y or Z-modem file transfers. + + http://www.ohse.de/uwe/software/lrzsz.html diff --git a/package/lrzsz/Makefile b/package/lrzsz/Makefile new file mode 100644 index 000000000..60cac545f --- /dev/null +++ b/package/lrzsz/Makefile @@ -0,0 +1,35 @@ +# $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:= lrzsz +PKG_VERSION:= 0.12.20 +PKG_RELEASE:= 1 +PKG_MD5SUM:= b5ce6a74abc9b9eb2af94dffdfd372a4 +MASTER_SITES:= http://www.ohse.de/uwe/releases/ + +include ${TOPDIR}/mk/package.mk + +$(eval $(call PKG_template,LRZSZ,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${ARCH})) + +CONFIGURE_STYLE:= gnu +CONFIGURE_ARGS+= --without-libiconv-prefix \ + --without-libintl-prefix +BUILD_STYLE:= auto +#INSTALL_STYLE:= auto + +do-install: + ${INSTALL_DIR} ${IDIR_LRZSZ}/usr/bin + ${CP} ${WRKBUILD}/src/lrz ${IDIR_LRZSZ}/usr/bin/ + ${CP} ${WRKBUILD}/src/lsz ${IDIR_LRZSZ}/usr/bin/ + (cd ${IDIR_LRZSZ}/usr/bin; \ + ln -fs lrz lrx; \ + ln -fs lrz lrb; \ + ln -fs lsz lsx; \ + ln -fs lsz lsb; \ + ); + +include ${TOPDIR}/mk/pkg-bottom.mk diff --git a/package/lrzsz/ipkg/lrzsz.control b/package/lrzsz/ipkg/lrzsz.control new file mode 100644 index 000000000..3e6344bab --- /dev/null +++ b/package/lrzsz/ipkg/lrzsz.control @@ -0,0 +1,5 @@ +Package: lrzsz +Priority: optional +Section: communications +Source: http://www.ohse.de/uwe/software/lrzsz.html +Description: X-Modem, Y-modem, Z-modem protocol handlers. Transfer files in a terminal session. You just need a terminal client that supports x,y or z-modem |