binutils: fix default
[openadk.git] / package / mosh / Makefile
blobdf17088dc3e70746efeee03997386c0c7ba682f9
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
6 PKG_NAME:= mosh
7 PKG_VERSION:= 1.2.6
8 PKG_RELEASE:= 1
9 PKG_HASH:= 7e82b7fbfcc698c70f5843bb960dadb8e7bd7ac1d4d2151c9d979372ea850e85
10 PKG_DESCR:= mobile shell
11 PKG_SECTION:= net/security
12 PKG_DEPENDS:= zlib ncurses libressl
13 PKG_BUILDDEP:= protobuf-host protobuf zlib ncurses libressl
14 PKG_NEEDS:= c++
15 PKG_URL:= https://mosh.org/
16 PKG_SITES:= https://mosh.org/
18 DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz
20 include $(ADK_TOPDIR)/mk/package.mk
22 $(eval $(call PKG_template,MOSH,mosh,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION)))
24 mosh-install:
25 $(INSTALL_DIR) $(IDIR_MOSH)/usr/bin
26 $(INSTALL_BIN) $(WRKINST)/usr/bin/mosh \
27 $(IDIR_MOSH)/usr/bin
29 include $(ADK_TOPDIR)/mk/pkg-bottom.mk