diff options
Diffstat (limited to 'recipes/devio/devio.inc')
-rw-r--r-- | recipes/devio/devio.inc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes/devio/devio.inc b/recipes/devio/devio.inc new file mode 100644 index 0000000000..b2d09e81f0 --- /dev/null +++ b/recipes/devio/devio.inc @@ -0,0 +1,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 |