libgpg-error: Fix compiling with uclibc
[openadk.git] / package / mosh / Makefile
blobdc18e02bddecbef3b0348facba27b068274d96cd
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.3.2
8 PKG_RELEASE:= 1
9 PKG_HASH:= da600573dfa827d88ce114e0fed30210689381bbdcff543c931e4d6a2e851216
10 PKG_DESCR:= mobile shell
11 PKG_SECTION:= net/security
12 PKG_DEPENDS:= zlib ncurses libressl perl
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