source: freewrt/tools/jffs2/Makefile@ d8b7ea7

freewrt_2_0
Last change on this file since d8b7ea7 was d8b7ea7, checked in by Waldemar Brodkorb <wbx@…>, 4 months ago

jffs2: add license header

  • Property mode set to 100644
File size: 785 bytes
RevLine 
[d8b7ea7]1# This file is part of the FreeWRT project. FreeWRT is copyrighted
2# material, please see the LICENCE file in the top-level directory
[a09b227]3
[ec754d5]4PKG_NAME= mtd-utils
5PKG_VERSION= 2.3.0
6PKG_MD5SUM= 06be1bd123cfea8575829e9b16e84f4b
[a09b227]7
[ec754d5]8PKG_SOURCE= $(PKG_NAME)-$(PKG_VERSION).tar.bz2
9PKG_SOURCE_URL= https://infraroot.at/pub/mtd
[a09b227]10
[db32a6c]11include $(TOPDIR)/rules.mk
12include ../rules.mk
13
[ec754d5]14$(WRKBUILD)/mkfs.jffs2: ${WRKBUILD}/.prepared
15 (cd $(WRKBUILD) && ./configure --without-tests)
16 $(MAKE) -C $(WRKBUILD) mkfs.jffs2
[a09b227]17
[ec754d5]18$(STAGING_DIR)/bin/mkfs.jffs2: $(WRKBUILD)/mkfs.jffs2
[d5b9e70]19 mkdir -p $(STAGING_DIR)/bin
[a09b227]20 $(CP) $< $@
21
22source: $(DL_DIR)/$(PKG_SOURCE)
[d5b9e70]23prepare: ${WRKBUILD}/.prepared
[ec754d5]24compile: $(WRKBUILD)/mkfs.jffs2 $(STAGING_DIR)/bin/mkfs.jffs2
[a09b227]25install: $(STAGING_DIR)/bin/mkfs.jffs2
26clean:
[6a3a83a]27 rm -rf $(WRKBUILD)
Note: See TracBrowser for help on using the repository browser.