diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-14 20:35:05 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-14 20:35:05 +0000 |
commit | c5a29fa237044ea3e7b34273733cde9ffd1d1be3 (patch) | |
tree | 6357eda96390202b43a489a4115ffa63e556909f /package/chillispot/Makefile | |
parent | dc3352e9b75da19183729c6e8a131c829707c01a (diff) | |
download | upstream-c5a29fa237044ea3e7b34273733cde9ffd1d1be3.tar.gz upstream-c5a29fa237044ea3e7b34273733cde9ffd1d1be3.tar.bz2 upstream-c5a29fa237044ea3e7b34273733cde9ffd1d1be3.zip |
Convert chillispot to new packaging style
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@895 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/chillispot/Makefile')
-rw-r--r-- | package/chillispot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/chillispot/Makefile b/package/chillispot/Makefile index e2be170e85..cacaee2553 100644 --- a/package/chillispot/Makefile +++ b/package/chillispot/Makefile @@ -15,6 +15,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install include $(TOPDIR)/package/rules.mk + $(eval $(call PKG_template,CHILLISPOT,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) $(PKG_BUILD_DIR)/.configured: @@ -60,7 +61,7 @@ $(PKG_BUILD_DIR)/.built: $(PKG_BUILD_DIR)/.configured $(IPKG_CHILLISPOT): install -m0755 -d $(IDIR_CHILLISPOT)/etc/init.d - install -m0755 ./ipkg/$(PKG_NAME).init $(IDIR_CHILLISPOT)/etc/init.d/chilli + install -m0755 ./files/$(PKG_NAME).init $(IDIR_CHILLISPOT)/etc/init.d/chilli install -m0755 -d $(IDIR_CHILLISPOT)/etc install -m0644 $(PKG_BUILD_DIR)/doc/chilli.conf $(IDIR_CHILLISPOT)/etc/ install -m0755 -d $(IDIR_CHILLISPOT)/usr/sbin |