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
:= 4df4fac7c2208afafb279abb443005bf77d3dcf01af05fe1f2898213b9109615
10 PKG_DESCR
:= abort tcp
/ip connections routed over a firewall
11 PKG_SECTION
:= net
/firewall
12 PKG_URL
:= http
://www.lowth.com
/cutter
/software
/
13 PKG_SITES
:= http
://distfiles.openadk.org
/
15 DISTFILES
:= ${PKG_NAME}-${PKG_VERSION}.tgz
17 include ${ADK_TOPDIR}/mk
/package.mk
19 $(eval
$(call PKG_template
,CUTTER
,cutter
,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
23 INSTALL_STYLE
:= manual
26 ${TARGET_CC} ${TARGET_CPPFLAGS} ${TARGET_CFLAGS} ${TARGET_LDFLAGS} \
27 ${WRKBUILD}/cutter.c
-o
${WRKBUILD}/cutter
30 ${INSTALL_DIR} ${IDIR_CUTTER}/usr
/sbin
31 ${INSTALL_BIN} ${WRKBUILD}/cutter
${IDIR_CUTTER}/usr
/sbin
33 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk