blob: 71d200d96caf14e611d40f629f4fe1f44c8be9e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 <info-linux@geode.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
|