1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR
)/rules.mk
9 PKG_HASH
:= ae581fbddf038730af9eee4d319a483288395a0722d0c94c7efb7fdbdbb0dbac
10 PKG_DESCR
:= mobile
shell
11 PKG_SECTION
:= net
/security
12 PKG_DEPENDS
:= zlib libncurses libressl perl protobuf
13 PKG_BUILDDEP
:= protobuf-host protobuf zlib ncurses libressl
15 PKG_URL
:= https
://mosh.org
/
16 PKG_SITES
:= https
://github.com
/mobile-shell
/mosh
/archive
/refs
/tags/
18 DISTFILES
:= $(PKG_NAME
)-$(PKG_VERSION
).
tar.gz
20 WRKDIST
= ${WRKDIR}/$(PKG_NAME
)-$(PKG_NAME
)-$(PKG_VERSION
)
22 include $(ADK_TOPDIR
)/mk
/package.mk
24 $(eval
$(call PKG_template
,MOSH
,mosh
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(PKG_DEPENDS
),$(PKG_DESCR
),$(PKG_SECTION
)))
26 AUTOTOOL_STYLE
:= autogen
29 $(INSTALL_DIR
) $(IDIR_MOSH
)/usr
/bin
30 $(INSTALL_BIN
) $(WRKINST
)/usr
/bin
/mosh
* \
33 include $(ADK_TOPDIR
)/mk
/pkg-bottom.mk