0d64cb5366
- Update indentation of hash file (two spaces) - This bump will fix build with musl 1.2.0 Fixes: - http://autobuild.buildroot.org/results/5861dc032ba2d0e092f742674759b39f393a710d Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
395 B
Makefile
16 lines
395 B
Makefile
################################################################################
|
|
#
|
|
# mtdev
|
|
#
|
|
################################################################################
|
|
|
|
MTDEV_VERSION = 1.1.6
|
|
MTDEV_SOURCE = mtdev-$(MTDEV_VERSION).tar.bz2
|
|
MTDEV_SITE = http://bitmath.org/code/mtdev
|
|
|
|
MTDEV_LICENSE = MIT
|
|
MTDEV_LICENSE_FILES = COPYING
|
|
MTDEV_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|