diff options
author | Raymond Danks <raymond@edanks.com> | 2006-04-18 01:41:36 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-18 01:41:36 +0000 |
commit | fe2cdc3f39f63eda365229766238c1b031b1eb59 (patch) | |
tree | 8da76625dde8a993a1e4aac3f9a8d59265f17b0c /packages/mtools/mtools_3.9.9.bb | |
parent | dad650aea1b5d2296f9c2c792ed11de0c063d4d1 (diff) |
mtools: initial add
Diffstat (limited to 'packages/mtools/mtools_3.9.9.bb')
-rw-r--r-- | packages/mtools/mtools_3.9.9.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/mtools/mtools_3.9.9.bb b/packages/mtools/mtools_3.9.9.bb new file mode 100644 index 0000000000..347ecf4776 --- /dev/null +++ b/packages/mtools/mtools_3.9.9.bb @@ -0,0 +1,15 @@ +# 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" +MAINTAINER = "Raymond Danks <raymondd@ia.amd.com>" +LICENSE="GPL" + +SRC_URI="http://mtools.linux.lu/mtools-${PV}.tar.gz \ + file://mtools-makeinfo.patch;patch=1" + +DEPENDS = "tetex-native" + +inherit autotools |