diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-09-22 19:29:58 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-22 19:29:58 +0000 |
commit | b58e9513f43d78e54c5f21938f74af0bccd75199 (patch) | |
tree | 3e1e358310fc98b53184f60d32f4c723adbd23dd /packages/devio/devio.inc | |
parent | 97c84f930e2eeb494685584a67a3a513c1af93c0 (diff) |
devio: move to devio_1.0, move to a file (not cvs) release
Diffstat (limited to 'packages/devio/devio.inc')
-rw-r--r-- | packages/devio/devio.inc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/devio/devio.inc b/packages/devio/devio.inc new file mode 100644 index 0000000000..fadbd4892d --- /dev/null +++ b/packages/devio/devio.inc @@ -0,0 +1,20 @@ +# This package builds the devio program +DESCRIPTION = "devio - block devio io" +HOMEPAGE = "http://devio.sourceforge.net/" +MAINTAINER = "John Bowler <jbowler@acm.org>" +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 +PACKAGES = "${PN}" + +# 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 = "/sbin" + +inherit autotools |