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

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
}