sg3-utils: add newer buildable version
[openembedded.git] / recipes / dt / dt.inc
1 DESCRIPTION = "The Data Test Program (dt) is a generic data test program used to verify proper \
2 operation of peripherals, file systems, device drivers, or any data stream supported by the \
3 operating system."
4 SECTION = "console/tests"
5 HOMEPAGE = "http://home.comcast.net/~SCSIguy/SCSI_FAQ/RMiller_Tools/dt.html"
6 LICENSE = "Public domain"
7 INC_PR = "r0"
8
9 SRC_URI = "http://home.comcast.net/~SCSIguy/SCSI_FAQ/RMiller_Tools/ftp/dt/dt-source.tar.gz"
10 S = "${WORKDIR}/dt.d-WIP"
11
12 TARGET_CC_ARCH += "${LDFLAGS}"
13
14 do_compile() {
15         ${MAKE} -f Makefile.linux
16 }