blob: 29132c642117aa4e533dcd3ca3dea2983daed1fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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 = "r2"
#http://mtools.linux.lu/mtools-${PV}.tar.gz
SRC_URI="http://folks.o-hand.com/richard/poky/sources/mtools-${PV}.tar.gz \
file://mtools-makeinfo.patch;patch=1 \
file://mtools.patch;patch=1"
#DEPENDS = "tetex-native"
inherit autotools
|