mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-03 22:23:52 -09:00
Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
395 B
Makefile
16 lines
395 B
Makefile
################################################################################
|
|
#
|
|
# mtdev
|
|
#
|
|
################################################################################
|
|
|
|
MTDEV_VERSION = 1.1.7
|
|
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))
|