source: freewrt/tools/genext2fs/Makefile@ 25065c4

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

use stable release from github

  • Property mode set to 100644
File size: 615 bytes
Line 
1# $FreeWRT$
2
3PKG_NAME:= genext2fs
4PKG_VERSION:= 1.4
5PKG_MD5SUM:= 42a8d66f5c45d526b8f4c5f9234eee10
6PKG_SOURCE:= v$(PKG_VERSION).tar.gz
7PKG_SOURCE_URL:= https://github.com/bestouff/genext2fs/archive/refs/tags/
8
9include $(TOPDIR)/rules.mk
10include ../rules.mk
11
12$(WRKBUILD)/genext2fs: $(WRKBUILD)/.prepared
13 (cd $(WRKBUILD) ; bash ./autogen.sh; ./configure)
14 $(MAKE) -C $(WRKBUILD)
15
16$(STAGING_DIR)/bin/genext2fs: $(WRKBUILD)/genext2fs
17 $(CP) $< $@
18
19source: $(DL_DIR)/$(PKG_SOURCE)
20prepare: $(WRKBUILD)/.prepared
21compile: $(STAGING_DIR)/bin/genext2fs
22install: $(STAGING_DIR)/bin/genext2fs
23clean:
24 rm -rf $(WRKBUILD)
Note: See TracBrowser for help on using the repository browser.