diff options
Diffstat (limited to 'meta/packages/mtools/mtools_3.9.9.bb')
| -rw-r--r-- | meta/packages/mtools/mtools_3.9.9.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/packages/mtools/mtools_3.9.9.bb b/meta/packages/mtools/mtools_3.9.9.bb new file mode 100644 index 0000000000..90b1cf5830 --- /dev/null +++ b/meta/packages/mtools/mtools_3.9.9.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | # mtools OE build file | ||
| 2 | # Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved | ||
| 3 | # Released under the MIT license (see packages/COPYING) | ||
| 4 | |||
| 5 | DESCRIPTION="Mtools is a collection of utilities for accessing MS-DOS disks from Unix without mounting them." | ||
| 6 | HOMEPAGE="http://mtools.linux.lu" | ||
| 7 | LICENSE="GPL" | ||
| 8 | |||
| 9 | SRC_URI="http://mtools.linux.lu/mtools-${PV}.tar.gz \ | ||
| 10 | file://mtools-makeinfo.patch;patch=1" | ||
| 11 | |||
| 12 | #DEPENDS = "tetex-native" | ||
| 13 | |||
| 14 | inherit autotools | ||
