Changeset c8b93bd in freewrt for package/owfs/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/owfs/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/owfs/Makefile
r8e47882 rc8b93bd 1 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:= owfs6 PKG_VERSION:= 2.4p57 PKG_RELEASE:= 18 PKG_MD5SUM:= 236f2f42b3bb4f430e6007c1a70778e69 PKG_NAME:= owfs 10 PKG_VERSION:= 2.4p5 11 PKG_RELEASE:= 1 12 PKG_MD5SUM:= 236f2f42b3bb4f430e6007c1a70778e6 9 13 10 PKG_SOURCE_URL:= @SF/owfs/11 PKG_SOURCE:= $(PKG_NAME)-$(PKG_VERSION).tar.gz14 PKG_SOURCE_URL:= @SF/owfs/ 15 PKG_SOURCE:= $(PKG_NAME)-$(PKG_VERSION).tar.gz 12 16 13 include $(TOPDIR)/ package/rules.mk17 include $(TOPDIR)/mk/package.mk 14 18 15 19 $(eval $(call PKG_template,OWFS,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) … … 46 50 touch $@ 47 51 48 asdf:= $(shell echo $(IPKG_OWFS) >&2)49 50 52 $(IPKG_OWFS): 51 53 install -m0755 -d $(IDIR_OWFS)/usr/lib … … 53 55 install -m0755 -d $(IDIR_OWFS)/usr/bin 54 56 install -m0755 $(WRKBUILD)/module/owfs/src/c/.libs/owfs $(IDIR_OWFS)/usr/bin/owfs 57 $(RSTRIP) $(IDIR_OWFS) 55 58 $(IPKG_BUILD) $(IDIR_OWFS) $(PACKAGE_DIR) 56
Note:
See TracChangeset
for help on using the changeset viewer.
