freewrt_1_0
freewrt_2_0
|
Last change
on this file since 6fc4520e was c8b93bd, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago |
|
major package Makefile cleanup. remove mostly-clean, add licence header, always use RSTRIP varibale for stripping, rename some init scripts, indent
git-svn-id: svn://www.freewrt.org/trunk/freewrt@600 afb5a338-a214-0410-bd46-81f09a774fd1
|
-
Property mode
set to
100644
|
|
File size:
999 bytes
|
| Rev | Line | |
|---|
| [c8b93bd] | 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.
|
|---|
| [475ad56] | 6 |
|
|---|
| 7 | include $(TOPDIR)/rules.mk
|
|---|
| 8 |
|
|---|
| [c8b93bd] | 9 | PKG_NAME:= igmpproxy
|
|---|
| 10 | PKG_VERSION:= 0.1-beta2
|
|---|
| 11 | PKG_RELEASE:= 1
|
|---|
| 12 | PKG_MD5SUM:= 2a5a59480f44d4b14077a6b5319e9940
|
|---|
| 13 |
|
|---|
| 14 | PKG_SOURCE_URL:= @SF/igmpproxy
|
|---|
| 15 | PKG_SOURCE:= $(PKG_NAME)-src-$(PKG_VERSION).tar.gz
|
|---|
| [475ad56] | 16 |
|
|---|
| [c5f2acf] | 17 | WRKSRC= ${WRKDIR}/$(PKG_NAME)
|
|---|
| [475ad56] | 18 |
|
|---|
| [c8b93bd] | 19 | include $(TOPDIR)/mk/package.mk
|
|---|
| [475ad56] | 20 |
|
|---|
| 21 | $(eval $(call PKG_template,IGMPPROXY,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
|
|---|
| 22 |
|
|---|
| [d419478] | 23 | $(WRKBUILD)/.configured:
|
|---|
| [475ad56] | 24 | touch $@
|
|---|
| 25 |
|
|---|
| [d419478] | 26 | $(WRKBUILD)/.built:
|
|---|
| 27 | $(MAKE) CC=$(TARGET_CC) CFLAGS="$(TARGET_CFLAGS)" -C $(WRKBUILD)/src
|
|---|
| [475ad56] | 28 | touch $@
|
|---|
| 29 |
|
|---|
| 30 | $(IPKG_IGMPPROXY):
|
|---|
| 31 | mkdir -p $(IDIR_IGMPPROXY)/usr/sbin $(IDIR_IGMPPROXY)/etc
|
|---|
| [d419478] | 32 | $(CP) $(WRKBUILD)/src/$(PKG_NAME) $(IDIR_IGMPPROXY)/usr/sbin/
|
|---|
| 33 | $(CP) $(WRKBUILD)/src/$(PKG_NAME).conf $(IDIR_IGMPPROXY)/etc
|
|---|
| [c8b93bd] | 34 | $(RSTRIP) $(IDIR_IGMPPROXY)
|
|---|
| [475ad56] | 35 | $(IPKG_BUILD) $(IDIR_IGMPPROXY) $(PACKAGE_DIR)
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.