root/trunk/freewrt/package/chillispot/Makefile

Revision 3537, 1.0 kB (checked in by tg, 1 year ago)

chillispot.org is down for unknown reasons

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
7 include ${TOPDIR}/rules.mk
8
9 PKG_NAME:=              chillispot
10 PKG_VERSION:=           1.0
11 PKG_RELEASE:=           8
12 PKG_MD5SUM:=            997827a9302a85920cfbc1334092ac0c
13 MASTER_SITES=           http://www.freewrt.org/distfiles/
14
15 include ${TOPDIR}/mk/package.mk
16
17 $(eval $(call PKG_template,CHILLISPOT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
18
19 CONFIGURE_STYLE=        gnu
20 CONFIGURE_ENV+=         ac_cv_func_malloc_0_nonnull=yes \
21                         ac_cv_func_memcmp_working=yes \
22                         ac_cv_func_setvbuf_reversed=no
23 BUILD_STYLE=            auto
24 INSTALL_STYLE=          auto
25
26 post-install:
27         ${INSTALL_DIR} ${IDIR_CHILLISPOT}/etc/init.d
28         ${INSTALL_DIR} ${IDIR_CHILLISPOT}/usr/sbin
29         ${INSTALL_BIN} ./files/${PKG_NAME}.init \
30                 ${IDIR_CHILLISPOT}/etc/init.d/chilli
31         ${INSTALL_DATA} ${WRKBUILD}/doc/chilli.conf ${IDIR_CHILLISPOT}/etc/
32         ${INSTALL_BIN} ${WRKINST}/usr/sbin/chilli ${IDIR_CHILLISPOT}/usr/sbin/
33
34 include ${TOPDIR}/mk/pkg-bottom.mk
Note: See TracBrowser for help on using the browser.