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