summaryrefslogtreecommitdiff
path: root/packages/mtools/mtools_3.9.11.bb
diff options
context:
space:
mode:
authorLeon Woestenberg <leon.woestenberg@gmail.com>2008-05-23 15:59:49 +0000
committerLeon Woestenberg <leon.woestenberg@gmail.com>2008-05-23 15:59:49 +0000
commit33b90e2dbb1f21ba4511f3e85dfeab1ae24502c4 (patch)
tree04b505d6d032b8fb91eb9772a57fb0c5e5f393e8 /packages/mtools/mtools_3.9.11.bb
parentef71e5fbb312339650882401b54739a5e60726fc (diff)
parentdf42d84d1ac1fc35e56fa66cf6559ce6ca2893d3 (diff)
merge of '5135d5b0b85d509b8af80d221f18563d4ce62475'
and '8b21a69e52feb768f1d096aa78e44dd20ce3aed4'
Diffstat (limited to 'packages/mtools/mtools_3.9.11.bb')
-rw-r--r--packages/mtools/mtools_3.9.11.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/mtools/mtools_3.9.11.bb b/packages/mtools/mtools_3.9.11.bb
new file mode 100644
index 0000000000..eca9909e8f
--- /dev/null
+++ b/packages/mtools/mtools_3.9.11.bb
@@ -0,0 +1,19 @@
+# mtools OE build file
+# Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
+
+DESCRIPTION="Mtools is a collection of utilities for accessing MS-DOS disks from Unix without mounting them."
+HOMEPAGE="http://mtools.linux.lu"
+LICENSE="GPL"
+PR = "r4"
+
+SRC_URI="http://mtools.linux.lu/mtools-${PV}.tar.gz \
+ file://mtools-makeinfo.patch;patch=1 \
+ file://mtools.patch;patch=1 \
+ file://no-x11.patch;patch=1"
+
+S = "${WORKDIR}/mtools-${PV}"
+
+inherit autotools
+
+EXTRA_OECONF = "--without-x"