mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 19:39:40 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2873 311d38ba-8fff-0310-9ca6-ca027cbcb966
17 lines
496 B
BlitzBasic
17 lines
496 B
BlitzBasic
# 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"
|
|
|
|
SRC_URI="http://mtools.linux.lu/mtools-${PV}.tar.gz \
|
|
file://mtools-makeinfo.patch;patch=1 \
|
|
file://mtools.patch;patch=1"
|
|
|
|
#DEPENDS = "tetex-native"
|
|
|
|
inherit autotools
|