Changeset c8b93bd in freewrt for package/chillispot/Makefile
- Timestamp:
- Sep 16, 2006, 6:21:37 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 9036ea5
- Parents:
- 8e47882
- File:
-
- 1 edited
-
package/chillispot/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/chillispot/Makefile
r8e47882 rc8b93bd 1 # $Id: Makefile 3112 2006-02-01 23:53:19Z mbm $ 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:=chillispot 6 PKG_VERSION:=1.0 7 PKG_RELEASE:=1 8 PKG_MD5SUM:=997827a9302a85920cfbc1334092ac0c 9 PKG_NAME:= chillispot 10 PKG_VERSION:= 1.0 11 PKG_RELEASE:= 1 12 PKG_MD5SUM:= 997827a9302a85920cfbc1334092ac0c 13 PKG_INIT:= 70 9 14 10 PKG_SOURCE_URL:= http://www.chillispot.org/download11 PKG_SOURCE:= $(PKG_NAME)-$(PKG_VERSION).tar.gz15 PKG_SOURCE_URL:= http://www.chillispot.org/download 16 PKG_SOURCE:= $(PKG_NAME)-$(PKG_VERSION).tar.gz 12 17 13 14 include $(TOPDIR)/package/rules.mk 18 include $(TOPDIR)/mk/package.mk 15 19 16 20 $(eval $(call PKG_template,CHILLISPOT,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) … … 62 66 $(IPKG_CHILLISPOT): 63 67 install -m0755 -d $(IDIR_CHILLISPOT)/etc/init.d 64 install -m0755 ./files/$(PKG_NAME).init $(IDIR_CHILLISPOT)/etc/init.d/chilli 68 install -m0755 ./files/$(PKG_NAME).init \ 69 $(IDIR_CHILLISPOT)/etc/init.d/S$(PKG_INIT)chilli 65 70 install -m0755 -d $(IDIR_CHILLISPOT)/etc 66 71 install -m0644 $(WRKBUILD)/doc/chilli.conf $(IDIR_CHILLISPOT)/etc/
Note:
See TracChangeset
for help on using the changeset viewer.
