| 8 |
|
|
| 9 |
PKG_NAME:= ntpclient |
PKG_NAME:= ntpclient |
| 10 |
PKG_VERSION:= 2003_194 |
PKG_VERSION:= 2003_194 |
| 11 |
PKG_RELEASE:= 2 |
PKG_RELEASE:= 3 |
| 12 |
PKG_MD5SUM:= 94e84d5c6023c5e1f3890b28d0a08c92 |
PKG_MD5SUM:= 94e84d5c6023c5e1f3890b28d0a08c92 |
| 13 |
|
|
| 14 |
PKG_SOURCE_URL:= http://doolittle.icarus.com/ntpclient/ |
PKG_SOURCE_URL:= http://doolittle.icarus.com/ntpclient/ |
| 29 |
touch $@ |
touch $@ |
| 30 |
|
|
| 31 |
$(IPKG_NTPCLIENT): |
$(IPKG_NTPCLIENT): |
| 32 |
install -d -m0755 $(IDIR_NTPCLIENT)/etc/hotplug.d/iface |
install -d -m0755 $(IDIR_NTPCLIENT)/etc/init.d |
| 33 |
install -m0755 ./files/ntpclient.init $(IDIR_NTPCLIENT)/etc/hotplug.d/iface/10-ntpclient |
install -m0755 ./files/ntpclient.init $(IDIR_NTPCLIENT)/etc/init.d/S52ntpclient |
| 34 |
install -d -m0755 $(IDIR_NTPCLIENT)/usr/sbin |
install -d -m0755 $(IDIR_NTPCLIENT)/usr/sbin |
| 35 |
install -m0755 $(WRKBUILD)/ntpclient $(IDIR_NTPCLIENT)/usr/sbin/ |
install -m0755 $(WRKBUILD)/ntpclient $(IDIR_NTPCLIENT)/usr/sbin/ |
| 36 |
$(RSTRIP) $(IDIR_NTPCLIENT) |
$(RSTRIP) $(IDIR_NTPCLIENT) |