English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Contents of /branches/common-nfo/package/fwwif/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3276 - (show annotations) (download)
Wed Jul 18 16:57:51 2007 UTC (6 years, 7 months ago) by tg
File size: 805 byte(s)
convert fwwif too, more samples don't hurt

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
7 include ${TOPDIR}/rules.mk
8 include info.mk
9 include ${TOPDIR}/mk/package.mk
10
11 $(eval ${NFO_TEMPLATES})
12
13 BUILD_STYLE= bsd
14 MAKE_FLAGS+= XARCH=${ARCH} CROSSROOT=${TOPDIR}/cross_${ARCH}
15 RSTRIP+= +keep
16
17 do-install:
18 ${INSTALL_DIR} ${IDIR_FWWIF}/{{etc,usr/lib}/fwwif,etc/init.d}
19 ${INSTALL_DATA} ${WRKSRC}/{fwwif.{conf,properties},mime.types} \
20 ${IDIR_FWWIF}/etc/fwwif/
21 ${INSTALL_SCRIPT} ${WRKBUILD}/fwwif.so ${IDIR_FWWIF}/usr/lib/fwwif/
22 ${INSTALL_SCRIPT} ${WRKSRC}/wlanwpa.sh ${IDIR_FWWIF}/usr/lib/fwwif/
23 ${INSTALL_DATA} fwwif.init ${IDIR_FWWIF}/etc/init.d/fwwif
24
25 include ${TOPDIR}/mk/pkg-bottom.mk

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20