genpart.mk 797 B

123456789101112131415161718
  1. ################################################################################
  2. #
  3. # genpart
  4. #
  5. ################################################################################
  6. GENPART_VERSION = 1.0.2
  7. GENPART_SOURCE = genpart-$(GENPART_VERSION).tar.bz2
  8. GENPART_SITE = http://www.pengutronix.de/software/genpart/download
  9. # genpart has no license embedded in its source release.
  10. # However, their project page mentions:
  11. # > This community portal offers an overview about our own OSS
  12. # > projects and projects Pengutronix is or was involved with.
  13. # We can thus assume genpart is under a FLOSS license.
  14. # So, until the authors have clarified the licensing terms:
  15. GENPART_LICENSE = Unknown (clarification has been asked to the authors)
  16. $(eval $(host-autotools-package))