aboutsummaryrefslogtreecommitdiffstats
path: root/dosfstools/dosfstools_2.9.oe
blob: 66930639d7fe93e7327399672a0feda22271f2a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "DOS FAT Filesystem Utilities"
SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Greg Gilbert <greg@treke.net>"
DEPENDS = "virtual/libc"

SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \
	   file://alignment_hack.patch;patch=1 \
	   file://mkdosfs-errno.patch;patch=1"

do_install () {
	oe_runmake "PREFIX=${D}" "SBINDIR=${D}/${sbindir}" \
		   "MANDIR=${D}/${mandir}/man8" install
}