aboutsummaryrefslogtreecommitdiffstats
path: root/packages/devio/devio.inc
blob: b2d09e81f0131a6dc29e388617b29633480a88f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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