mk/image.mk: Ship /init in initramfs
[openadk.git] / package / genext2fs / Makefile
blob750d1e24e63267e5ebb4415e7cabb0eeea34636a
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR)/rules.mk
6 PKG_NAME:= genext2fs
7 PKG_VERSION:= 1.4.1
8 PKG_RELEASE:= 1
9 PKG_HASH:= 404dbbfa7a86a6c3de8225c8da254d026b17fd288e05cec4df2cc7e1f4feecfc
10 PKG_DESCR:= generate ext2 filesystem utility
11 PKG_SECTION:= sys/fs
12 PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=genext2fs/}
14 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
16 PKG_CFLINE_GENEXT2FS:= depends on ADK_HOST_ONLY
18 include $(ADK_TOPDIR)/mk/host.mk
19 include $(ADK_TOPDIR)/mk/package.mk
21 $(eval $(call HOST_template,GENEXT2FS,genext2fs,$(PKG_VERSION)-${PKG_RELEASE}))
23 include ${ADK_TOPDIR}/mk/host-bottom.mk
24 include ${ADK_TOPDIR}/mk/pkg-bottom.mk