2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2013-03-17 09:19:44 +01:00
|
|
|
#
|
|
|
|
# genpart
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2013-03-17 09:19:44 +01:00
|
|
|
|
|
|
|
GENPART_VERSION = 1.0.2
|
|
|
|
GENPART_SOURCE = genpart-$(GENPART_VERSION).tar.bz2
|
2014-07-31 10:46:58 +02:00
|
|
|
GENPART_SITE = http://www.pengutronix.de/software/genpart/download
|
2013-03-17 09:19:44 +01:00
|
|
|
# genpart has no license embedded in its source release.
|
|
|
|
# However, their project page mentions:
|
|
|
|
# > This community portal offers an overview about our own OSS
|
|
|
|
# > projects and projects Pengutronix is or was involved with.
|
|
|
|
# We can thus assume genpart is under a FLOSS license.
|
|
|
|
# So, until the authors have clarified the licensing terms:
|
|
|
|
GENPART_LICENSE = Unknown (clarification has been asked to the authors)
|
|
|
|
|
|
|
|
$(eval $(host-autotools-package))
|