Changeset c8b93bd in freewrt for package/dnsmasq
- Timestamp:
- Sep 16, 2006, 6:21:37 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 9036ea5
- Parents:
- 8e47882
- Location:
- package/dnsmasq
- Files:
-
- 2 edited
-
Makefile (modified) (2 diffs)
-
ipkg/dnsmasq.postinst (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/dnsmasq/Makefile
r8e47882 rc8b93bd 1 # $Id: Makefile 3588 2006-04-05 02:09:22Z nbd $ 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. 2 6 3 7 include $(TOPDIR)/rules.mk 4 8 5 PKG_NAME:=dnsmasq 6 PKG_VERSION:=2.27 7 PKG_RELEASE:=1 8 PKG_MD5SUM:=489198ec87101087043adc98bbe062dc 9 PKG_NAME:= dnsmasq 10 PKG_VERSION:= 2.27 11 PKG_RELEASE:= 1 12 PKG_MD5SUM:= 489198ec87101087043adc98bbe062dc 13 PKG_INIT:= 50 9 14 10 PKG_SOURCE_URL:= http://thekelleys.org.uk/dnsmasq11 PKG_SOURCE:= $(PKG_NAME)-$(PKG_VERSION).tar.gz15 PKG_SOURCE_URL:= http://thekelleys.org.uk/dnsmasq 16 PKG_SOURCE:= $(PKG_NAME)-$(PKG_VERSION).tar.gz 12 17 13 include $(TOPDIR)/ package/rules.mk18 include $(TOPDIR)/mk/package.mk 14 19 15 20 $(eval $(call PKG_template,DNSMASQ,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) … … 25 30 26 31 $(IPKG_DNSMASQ): 27 install -d -m0755 $(IDIR_DNSMASQ)/usr/sbin 28 $(CP) $(WRKBUILD)/src/$(PKG_NAME) $(IDIR_DNSMASQ)/usr/sbin/ 29 $(STRIP) $(IDIR_DNSMASQ)/usr/sbin/* 30 install -d -m0755 $(IDIR_DNSMASQ)/etc/init.d/ 31 install -m0644 ./files/dnsmasq.conf $(IDIR_DNSMASQ)/etc/dnsmasq.conf 32 install -m0755 ./files/dnsmasq.init $(IDIR_DNSMASQ)/etc/init.d/S50dnsmasq 32 $(INSTALL_DIR) $(IDIR_DNSMASQ)/usr/sbin 33 $(INSTALL_DIR) $(IDIR_DNSMASQ)/etc/init.d 34 $(INSTALL_BIN) $(WRKBUILD)/src/$(PKG_NAME) $(IDIR_DNSMASQ)/usr/sbin/ 35 $(INSTALL_DATA) ./files/dnsmasq.conf $(IDIR_DNSMASQ)/etc/dnsmasq.conf 36 $(INSTALL_DATA) ./files/dnsmasq.init \ 37 $(IDIR_DNSMASQ)/etc/init.d/S$(PKG_INIT)dnsmasq 38 $(RSTRIP) $(IDIR_DNSMASQ) 33 39 $(IPKG_BUILD) $(IDIR_DNSMASQ) $(PACKAGE_DIR) 34 -
package/dnsmasq/ipkg/dnsmasq.postinst
r8e47882 rc8b93bd 5 5 add_user dnsmasq $(get_next_uid) $gid /tmp 6 6 add_group dnsmasq $gid 7 add_rcconf dnsmasq dns_dhcp YES7 add_rcconf dnsmasq dns_dhcp NO
Note:
See TracChangeset
for help on using the changeset viewer.
