binutils: fix default
[openadk.git] / package / easy-rsa / Makefile
blob2c525b2c7312543bd7d9a04909bdf4466209708d
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:= easy-rsa
7 PKG_VERSION:= 3.0.3
8 PKG_RELEASE:= 1
9 PKG_HASH:= 3e41c0dfebe04332cdc07f13bf48a69e25dfc31d059e94071a9cfb9f3bba6f9a
10 PKG_DESCR:= x509 ca scripts
11 PKG_SECTION:= app/crypto
12 PKG_DEPENDS:= libressl-util
13 PKG_URL:= https://github.com/OpenVPN/easy-rsa
14 PKG_SITES:= https://github.com/OpenVPN/easy-rsa/archive/
16 PKG_CFLINE_EASY_RSA:= depends on ADK_BROKEN
18 DISTFILES:= v${PKG_VERSION}.tar.gz
20 include $(ADK_TOPDIR)/mk/package.mk
22 $(eval $(call PKG_template,EASY_RSA,easy-rsa,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
24 CONFIG_STYLE:= manual
25 BUILD_STYLE:= manual
26 INSTALL_STYLE:= manual
28 easy-rsa-install:
29 ${INSTALL_DIR} $(IDIR_EASY_RSA)/usr/sbin
30 $(CP) $(WRKBUILD)/easyrsa3/openssl-1.0.cnf \
31 $(IDIR_EASY_RSA)/usr/sbin
32 $(CP) $(WRKBUILD)/easyrsa3/easyrsa \
33 $(IDIR_EASY_RSA)/usr/sbin
35 include ${ADK_TOPDIR}/mk/pkg-bottom.mk