diff options
Diffstat (limited to 'package/genpart/genpart.mk')
-rw-r--r-- | package/genpart/genpart.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/package/genpart/genpart.mk b/package/genpart/genpart.mk new file mode 100644 index 000000000..7757ae484 --- /dev/null +++ b/package/genpart/genpart.mk @@ -0,0 +1,18 @@ +############################################################# +# +# 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)) |