Changeset 1186
- Timestamp:
- 11/21/06 00:10:27 (2 years ago)
- Files:
-
- trunk/freewrt/package/bluez-utils/Makefile (modified) (2 diffs)
- trunk/freewrt/package/bluez-utils/files/bluez.init (copied) (copied from branches/freewrt_1_0/package/bluez-utils/files/bluez.init)
- trunk/freewrt/package/bluez-utils/ipkg/bluez-utils.postinst (copied) (copied from branches/freewrt_1_0/package/bluez-utils/ipkg/bluez-utils.postinst)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/bluez-utils/Makefile
r1135 r1186 9 9 PKG_NAME:= bluez-utils 10 10 PKG_VERSION:= 2.24 11 PKG_RELEASE:= 311 PKG_RELEASE:= 4 12 12 PKG_MD5SUM:= 5f5488ff3d31bdb9cd36b7991fe68408 13 PKG_INIT:= 90 13 14 14 15 PKG_SOURCE_URL:= http://bluez.sourceforge.net/download … … 82 83 install -m0700 ./files/givepin $(IDIR_BLUEZ_UTILS)/etc/bluetooth/ 83 84 install -d -m0755 $(IDIR_BLUEZ_UTILS)/etc/hotplug.d/usb 85 install -d -m0755 $(IDIR_BLUEZ_UTILS)/etc/init.d 86 install -m0755 ./files/bluez.init \ 87 $(IDIR_BLUEZ_UTILS)/etc/init.d/S$(PKG_INIT)bluez 84 88 install -m0755 ./files/bcm203x \ 85 89 $(IDIR_BLUEZ_UTILS)/etc/hotplug.d/usb/02-bcm203x


