buildrootschalter/package/genpart/genpart.mk
Alexandre Belloni 8dfd59d114 Normalize separator size to 80
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-06-06 22:30:24 +02:00

19 lines
798 B
Makefile

################################################################################
#
# genpart
#
################################################################################
GENPART_VERSION = 1.0.2
GENPART_SOURCE = genpart-$(GENPART_VERSION).tar.bz2
GENPART_SITE = http://www.pengutronix.de/software/genpart/download/
# 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))