libgpg-error: Fix compiling with uclibc
[openadk.git] / package / l2tpns / Makefile
blobaf8362577327e05271c2ab83dff8ec815696fa91
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:= l2tpns
7 PKG_VERSION:= 2.1.21
8 PKG_RELEASE:= 3
9 PKG_HASH:= 0f8cde15181429e580691e994941492307efca0affe26bf7b4db7ab9477106de
10 PKG_DESCR:= layer 2 tunneling protocol network server
11 PKG_SECTION:= net/security
12 PKG_DEPENDS:= libcli
13 PKG_BUILDDEP:= libcli
14 PKG_URL:= http://l2tpns.sourceforge.net/
15 PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=l2tpns/}
17 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
19 include ${ADK_TOPDIR}/mk/package.mk
21 $(eval $(call PKG_template,L2TPNS,l2tpns,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
23 CONFIG_STYLE:= manual
25 l2tpns-install:
26 ${INSTALL_DIR} ${IDIR_L2TPNS}/etc/l2tpns
27 ${CP} ${WRKINST}/etc/l2tpns/* ${IDIR_L2TPNS}/etc/l2tpns/
28 ${INSTALL_DIR} ${IDIR_L2TPNS}/usr/lib/l2tpns
29 ${CP} ${WRKINST}/usr/lib/l2tpns/* ${IDIR_L2TPNS}/usr/lib/l2tpns/
30 ${INSTALL_DIR} ${IDIR_L2TPNS}/usr/sbin
31 ${CP} ${WRKINST}/usr/sbin/* ${IDIR_L2TPNS}/usr/sbin/
33 include ${ADK_TOPDIR}/mk/pkg-bottom.mk