freewrt_1_0
freewrt_2_0
|
Last change
on this file since b917538 was b917538, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago |
- sync with changes in trunk
- lzo2 instead of lzo
- fix tinc/vtun build
- security update for openssh/openssl
- update for iproute2,openvpn,openntpd, iptables and ipp, openswan
- disable ipv6 in busybox, autoselect this feature for all ipv6 related packages
- add better startup scripts for openssh and openntpd
git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@800 afb5a338-a214-0410-bd46-81f09a774fd1
|
-
Property mode
set to
100644
|
|
File size:
1.2 KB
|
| 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:= mrd6
|
|---|
| 10 | PKG_VERSION:= 0.9.5
|
|---|
| 11 | PKG_RELEASE:= 1
|
|---|
| 12 | PKG_MD5SUM:= 24a08cf1407000d628a272b08a415dda
|
|---|
| 13 |
|
|---|
| 14 | PKG_SOURCE_URL:= http://hng.av.it.pt/mrd6/download/
|
|---|
| 15 | PKG_SOURCE:= $(PKG_NAME)-$(PKG_VERSION).tar.gz
|
|---|
| 16 |
|
|---|
| 17 | include $(TOPDIR)/mk/package.mk
|
|---|
| 18 |
|
|---|
| 19 | $(eval $(call PKG_template,MRD6,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
|
|---|
| 20 |
|
|---|
| 21 | $(WRKBUILD)/.configured:
|
|---|
| 22 | touch $@
|
|---|
| 23 |
|
|---|
| 24 | $(WRKBUILD)/.built:
|
|---|
| 25 | $(MAKE) -C $(WRKBUILD)/src \
|
|---|
| 26 | OPTIMIZE=yes \
|
|---|
| 27 | SPACE_OPTIMIZE=yes \
|
|---|
| 28 | FULL_STATIC=yes \
|
|---|
| 29 | CFLAGS="$(TARGET_CFLAGS) -DNO_INET6_OPTION -lm" \
|
|---|
| 30 | CXX=$(TARGET_CROSS)g++ \
|
|---|
| 31 | CC=$(TARGET_CC) \
|
|---|
| 32 | STAGING_DIR=$(STAGING_DIR) \
|
|---|
| 33 | DESTDIR=$(WRKINST) \
|
|---|
| 34 | PREFIX=/usr/ \
|
|---|
| 35 | install
|
|---|
| 36 | install -d -m0755 $(WRKINST)/etc/init.d
|
|---|
| 37 | install -m0644 files/$(PKG_NAME).conf $(WRKINST)/etc
|
|---|
| 38 | install -m0755 files/$(PKG_NAME).init $(WRKINST)/etc/init.d/S60$(PKG_NAME)
|
|---|
| 39 | touch $@
|
|---|
| 40 |
|
|---|
| 41 | $(IPKG_MRD6):
|
|---|
| 42 | mkdir -p $(IDIR_MRD6)/usr/sbin
|
|---|
| 43 | $(CP) $(WRKINST)/ $(IDIR_MRD6)/
|
|---|
| 44 | $(RSTRIP) $(IDIR_MRD6)/
|
|---|
| 45 | $(IPKG_BUILD) $(IDIR_MRD6) $(PACKAGE_DIR)
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.