Makefile 723 B

123456789101112131415161718192021222324
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. include $(ADK_TOPDIR)/rules.mk
  4. PKG_NAME:= genext2fs
  5. PKG_VERSION:= 1.4.1
  6. PKG_RELEASE:= 1
  7. PKG_MD5SUM:= b7b6361bcce2cedff1ae437fadafe53b
  8. PKG_DESCR:= generate ext2 filesystem utility
  9. PKG_SECTION:= sys/fs
  10. PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=genext2fs/}
  11. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
  12. PKG_CFLINE_GENEXT2FS:= depends on ADK_HOST_ONLY
  13. include $(ADK_TOPDIR)/mk/host.mk
  14. include $(ADK_TOPDIR)/mk/package.mk
  15. $(eval $(call HOST_template,GENEXT2FS,genext2fs,$(PKG_VERSION)-${PKG_RELEASE}))
  16. include ${ADK_TOPDIR}/mk/host-bottom.mk
  17. include ${ADK_TOPDIR}/mk/pkg-bottom.mk