summaryrefslogtreecommitdiff
path: root/package/ebtables/Makefile
blob: 3f6ad4b26e96e55cd2b7feab0efb0435403c4abc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.

include ${TOPDIR}/rules.mk

PKG_NAME:=		ebtables
PKG_VERSION:=		2.0.10
PKG_RELEASE:=		1
PKG_MD5SUM:=		506742a3d44b9925955425a659c1a8d0
PKG_DESCR:=		ethernet bridging firewall tool
PKG_SECTION:=		firewall
PKG_URL:=		http://ebtables.sourceforge.net
PKG_SITES:=		${MASTER_SITE_SOURCEFORGE:=ebtables/}

PKG_ARCH_DEPENDS:=	!avr32

DISTFILES:=		${PKG_NAME}-v${PKG_VERSION}-4.tar.gz
WRKDIST=		${WRKDIR}/${PKG_NAME}-v${PKG_VERSION}-4

include ${TOPDIR}/mk/package.mk

$(eval $(call PKG_template,EBTABLES,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))

CONFIG_STYLE:=		manual

post-install:
	${INSTALL_DIR} ${IDIR_EBTABLES}/etc
	${INSTALL_DIR} ${IDIR_EBTABLES}/usr/sbin ${IDIR_EBTABLES}/usr/lib
	${INSTALL_DATA} ${WRKINST}/etc/ethertypes ${IDIR_EBTABLES}/etc
	${INSTALL_BIN} ${WRKINST}/usr/sbin/ebtables ${IDIR_EBTABLES}/usr/sbin
	${CP} ${WRKINST}/usr/lib/*.so ${IDIR_EBTABLES}/usr/lib

include ${TOPDIR}/mk/pkg-bottom.mk