buildrootschalter/package/genext2fs/genext2fs.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

15 lines
485 B
Makefile

################################################################################
#
# genext2fs
#
################################################################################
GENEXT2FS_VERSION = 1.4.1
GENEXT2FS_SOURCE = genext2fs-$(GENEXT2FS_VERSION).tar.gz
GENEXT2FS_SITE = http://downloads.sourceforge.net/project/genext2fs/genext2fs/$(GENEXT2FS_VERSION)
GENEXT2FS_LICENSE = GPLv2
GENEXT2FS_LICENSE_FILES = COPYING
$(eval $(autotools-package))
$(eval $(host-autotools-package))