freewrt_1_0
freewrt_2_0
|
Last change
on this file since ed2dd9f was ed2dd9f, checked in by Thorsten Glaser <tg@…>, 19 years ago |
|
instead of setting WRKBUILD, set WRKSRC and let WRKBUILD?=WRKSRC like mirports
(WRKSRC isn't used anywhere though)
git-svn-id: svn://www.freewrt.org/trunk/freewrt@306 afb5a338-a214-0410-bd46-81f09a774fd1
|
-
Property mode
set to
100644
|
|
File size:
846 bytes
|
| Line | |
|---|
| 1 | # $Id: Makefile 3622 2006-04-12 00:34:26Z nico $
|
|---|
| 2 |
|
|---|
| 3 | include $(TOPDIR)/rules.mk
|
|---|
| 4 |
|
|---|
| 5 | PKG_NAME:=igmpproxy
|
|---|
| 6 | PKG_VERSION:=0.1-beta2
|
|---|
| 7 | PKG_RELEASE:=1
|
|---|
| 8 | PKG_MD5SUM:=2a5a59480f44d4b14077a6b5319e9940
|
|---|
| 9 |
|
|---|
| 10 | PKG_SOURCE_URL:=@SF/igmpproxy
|
|---|
| 11 | PKG_SOURCE:=$(PKG_NAME)-src-$(PKG_VERSION).tar.gz
|
|---|
| 12 | WRKSRC:=${WRKDIR}/$(PKG_NAME)
|
|---|
| 13 |
|
|---|
| 14 | include $(TOPDIR)/package/rules.mk
|
|---|
| 15 |
|
|---|
| 16 | $(eval $(call PKG_template,IGMPPROXY,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
|
|---|
| 17 |
|
|---|
| 18 | $(WRKBUILD)/.configured:
|
|---|
| 19 | touch $@
|
|---|
| 20 |
|
|---|
| 21 | $(WRKBUILD)/.built:
|
|---|
| 22 | $(MAKE) CC=$(TARGET_CC) CFLAGS="$(TARGET_CFLAGS)" -C $(WRKBUILD)/src
|
|---|
| 23 | touch $@
|
|---|
| 24 |
|
|---|
| 25 | $(IPKG_IGMPPROXY):
|
|---|
| 26 | mkdir -p $(IDIR_IGMPPROXY)/usr/sbin $(IDIR_IGMPPROXY)/etc
|
|---|
| 27 | $(CP) $(WRKBUILD)/src/$(PKG_NAME) $(IDIR_IGMPPROXY)/usr/sbin/
|
|---|
| 28 | $(CP) $(WRKBUILD)/src/$(PKG_NAME).conf $(IDIR_IGMPPROXY)/etc
|
|---|
| 29 | $(STRIP) $(IDIR_IGMPPROXY)/usr/sbin/*
|
|---|
| 30 | $(IPKG_BUILD) $(IDIR_IGMPPROXY) $(PACKAGE_DIR)
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.