source: freewrt/package/pipacs/Makefile@ cf11c27

Last change on this file since cf11c27 was b9492d5, checked in by Phil Sutter <n0-1@…>, 19 years ago

merged from branches/common-adk 1310:1685

the following packages are not converted yet:

  • alsa
  • asterisk
  • pmacct
  • zaptel
  • elinks
  • libgd
  • lua
  • mypackage
  • openser
  • php*
  • snort*
  • tmsnc

additionally, freeradius doesn't compile.

happy fixing :P

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

  • Property mode set to 100644
File size: 733 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:= pipacs
10PKG_RELEASE:= 2
11WRKDIST= ${WRKDIR}/${PKG_NAME}
12NO_DISTFILES:= 1
13
14include ${TOPDIR}/mk/package.mk
15
16$(eval $(call PKG_template,PIPACS,pipacs,${PKG_RELEASE},${ARCH}))
17
18BUILD_STYLE:= auto
19MAKE_FLAGS+= CFLAGS="${TCFLAGS} ${TCPPFLAGS}" \
20 ${TARGET_CONFIGURE_OPTS}
21
22do-configure:
23 mkdir -p ${WRKBUILD}
24 ${CP} ./src/* ${WRKBUILD}
25
26do-install:
27 ${INSTALL_DIR} ${IDIR_PIPACS}/usr/bin
28 ${INSTALL_BIN} ${WRKBUILD}/pipacs ${IDIR_PIPACS}/usr/bin
29
30include ${TOPDIR}/mk/pkg-bottom.mk
Note: See TracBrowser for help on using the repository browser.