source: freewrt/package/fwwif/Makefile@ c7c0d88

Last change on this file since c7c0d88 was c7c0d88, checked in by Thorsten Glaser <tg@…>, 18 years ago

implement reload and reboot (or so I hope)

git-svn-id: svn://www.freewrt.org/trunk/freewrt@3115 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 849 bytes
Line 
1# $FreeWRT$
2#-
3# This file is part of the FreeWRT project. FreeWRT is copyrighted
4# material, please see the LICENCE file in the top-level directory
5# or at http://www.freewrt.org/licence for details.
6
7include ${TOPDIR}/rules.mk
8
9PKG_NAME= fwwif
10PKG_VERSION= 20070703
11PKG_RELEASE= 5
12NO_DISTFILES= 1
13
14include ${TOPDIR}/mk/package.mk
15
16$(eval $(call PKG_template,FWWIF,fwwif,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
17
18BUILD_STYLE= bsd
19MAKE_FLAGS+= XARCH=${ARCH} CROSSROOT=${TOPDIR}/cross_${ARCH}
20RSTRIP+= +keep
21
22do-install:
23 ${INSTALL_DIR} ${IDIR_FWWIF}/{{etc,usr/lib}/fwwif,etc/init.d}
24 ${INSTALL_DATA} ${WRKSRC}/{fwwif.{conf,properties},mime.types} \
25 ${IDIR_FWWIF}/etc/fwwif/
26 ${INSTALL_SCRIPT} ${WRKBUILD}/fwwif.so ${IDIR_FWWIF}/usr/lib/fwwif/
27 ${INSTALL_DATA} fwwif.init ${IDIR_FWWIF}/etc/init.d/fwwif
28
29include ${TOPDIR}/mk/pkg-bottom.mk
Note: See TracBrowser for help on using the repository browser.