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