freewrt_2_0
|
Last change
on this file since bf8ddd7 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 |
|
|---|
| 3 | PKG_NAME:= genext2fs
|
|---|
| 4 | PKG_VERSION:= 1.4
|
|---|
| 5 | PKG_MD5SUM:= 42a8d66f5c45d526b8f4c5f9234eee10
|
|---|
| 6 | PKG_SOURCE:= v$(PKG_VERSION).tar.gz
|
|---|
| 7 | PKG_SOURCE_URL:= https://github.com/bestouff/genext2fs/archive/refs/tags/
|
|---|
| 8 |
|
|---|
| 9 | include $(TOPDIR)/rules.mk
|
|---|
| 10 | include ../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 |
|
|---|
| 19 | source: $(DL_DIR)/$(PKG_SOURCE)
|
|---|
| 20 | prepare: $(WRKBUILD)/.prepared
|
|---|
| 21 | compile: $(STAGING_DIR)/bin/genext2fs
|
|---|
| 22 | install: $(STAGING_DIR)/bin/genext2fs
|
|---|
| 23 | clean:
|
|---|
| 24 | rm -rf $(WRKBUILD)
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.