# This package builds the devio program
DESCRIPTION = "devio - block devio io"
HOMEPAGE = "http://devio.sourceforge.net/"
SECTION = "base"
LICENSE = "MIT"

SRC_URI = "${SOURCEFORGE_MIRROR}/devio/devio-${PV}.tar.gz"

# Source directory
S = "${WORKDIR}/devio-${PV}"

# Just the one package at present

# Set the install dir to /sbin, not /usr/sbin, because devio is used
# during bootstrap (we want it to be posible to mount /usr separately)
sbindir = "${base_sbindir}"

# From 1.2 devio installs to bindir, not sbindir, so set that to /bin
# for the same reason
bindir = "${base_bindir}"

inherit autotools