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
:= 0fd3e35218d575321e70dc3489ec3463d015c56c138e99e5add32ab7e5a48d09
10 PKG_DESCR
:= acme client written in c
11 PKG_BUILDDEP
:= curl gnutls
12 PKG_DEPENDS
:= libcurl libgnutls
13 PKG_SECTION
:= app
/crypto
14 PKG_SITES
:= https
://github.com
/ndilieto
/uacme
/archive
/refs
/tags/
16 DISTFILES
:= v
$(PKG_VERSION
).
tar.gz
18 include $(ADK_TOPDIR
)/mk
/package.mk
20 $(eval
$(call PKG_template
,UACME
,uacme
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(PKG_DEPENDS
),$(PKG_DESCR
),$(PKG_SECTION
)))
22 AUTOTOOL_STYLE
:= autoreconf
23 CONFIGURE_ARGS
+= --disable-docs
26 $(INSTALL_DIR
) $(IDIR_UACME
)/usr
/bin
27 $(INSTALL_BIN
) $(WRKINST
)/usr
/bin
/uacme \
30 include $(ADK_TOPDIR
)/mk
/pkg-bottom.mk