2 # Copyright (C) 2010 Jo-Philipp Wich <xm@subsignal.org>
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
8 include $(TOPDIR
)/rules.mk
13 PKG_BUILD_DIR
:= $(BUILD_DIR
)/$(PKG_NAME
)
15 include $(INCLUDE_DIR
)/package.mk
20 TITLE
:=Standalone X
.509 certificate generator
21 MAINTAINER
:=Jo-Philipp Wich
<xm@subsignal.org
>
24 define Package
/px5g
/description
25 Px5g is a tiny standalone X
.509 certificate generator.
26 It suitable to create key files and certificates in DER
27 and PEM format for use with stunnel
, uhttpd and others.
31 mkdir
-p
$(PKG_BUILD_DIR
)
32 $(CP
) .
/src
/* $(PKG_BUILD_DIR
)/
35 define Package
/px5g
/install
36 $(INSTALL_DIR
) $(1)/usr
/sbin
37 $(INSTALL_BIN
) $(PKG_BUILD_DIR
)/px5g
$(1)/usr
/sbin
/px5g
40 $(eval
$(call BuildPackage
,px5g
))