diff options
Diffstat (limited to 'meta/recipes-devtools/mtools/mtools_4.0.15.bb')
| -rw-r--r-- | meta/recipes-devtools/mtools/mtools_4.0.15.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-devtools/mtools/mtools_4.0.15.bb b/meta/recipes-devtools/mtools/mtools_4.0.15.bb new file mode 100644 index 0000000000..08f42cc910 --- /dev/null +++ b/meta/recipes-devtools/mtools/mtools_4.0.15.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | SUMMARY = "Utilities to access MS-DOS disks without mounting them" | ||
| 2 | DESCRIPTION = "Mtools is a collection of utilities to access MS-DOS disks from GNU and Unix without mounting them." | ||
| 3 | HOMEPAGE = "http://www.gnu.org/software/mtools/" | ||
| 4 | SECTION = "optional" | ||
| 5 | LICENSE = "GPLv3" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
| 7 | |||
| 8 | PR = "r0" | ||
| 9 | |||
| 10 | SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \ | ||
| 11 | file://mtools-makeinfo.patch \ | ||
| 12 | file://no-x11.gplv3.patch" | ||
| 13 | |||
| 14 | SRC_URI[md5sum] = "b7550b649af77812cb696a780e853f47" | ||
| 15 | SRC_URI[sha256sum] = "290defca107cc183a17c98d3f7d00db02228b724084a2a818f1dd6ea86973899" | ||
| 16 | |||
| 17 | inherit autotools | ||
| 18 | |||
| 19 | EXTRA_OECONF = "--without-x" | ||
| 20 | |||
| 21 | BBCLASSEXTEND = "native" | ||
