freewrt_1_0
freewrt_2_0
|
Last change
on this file since c8b93bd 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:
981 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:= udp-broadcast-relay
|
|---|
| 10 | PKG_VERSION:= 0.3
|
|---|
| 11 | PKG_RELEASE:= 1
|
|---|
| 12 | PKG_MD5SUM:= a32f983b7063d6ac670e6b22be9b9d24
|
|---|
| 13 |
|
|---|
| 14 | PKG_SOURCE_URL:= http://www.joachim-breitner.de/udp-broadcast-relay/files/
|
|---|
| 15 | PKG_SOURCE:= $(PKG_NAME)-$(PKG_VERSION).tar.gz
|
|---|
| 16 |
|
|---|
| 17 | include $(TOPDIR)/mk/package.mk
|
|---|
| 18 |
|
|---|
| 19 | $(eval $(call PKG_template,UDP_BROADCAST_RELAY,udp-broadcast-relay,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
|
|---|
| 20 |
|
|---|
| 21 | $(WRKBUILD)/.configured:
|
|---|
| 22 | touch $@
|
|---|
| 23 |
|
|---|
| 24 | $(WRKBUILD)/.built:
|
|---|
| 25 | $(TARGET_CC) $(WRKBUILD)/main.c -o $(WRKBUILD)/$(PKG_NAME)
|
|---|
| 26 | touch $@
|
|---|
| 27 |
|
|---|
| 28 | $(IPKG_UDP_BROADCAST_RELAY):
|
|---|
| 29 | mkdir -p $(IDIR_UDP_BROADCAST_RELAY)/usr/sbin
|
|---|
| 30 | $(CP) $(WRKBUILD)/$(PKG_NAME) $(IDIR_UDP_BROADCAST_RELAY)/usr/sbin/
|
|---|
| 31 | $(RSTRIP) $(IDIR_UDP_BROADCAST_RELAY)
|
|---|
| 32 | $(IPKG_BUILD) $(IDIR_UDP_BROADCAST_RELAY) $(PACKAGE_DIR)
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.