aboutsummaryrefslogtreecommitdiffstats
path: root/packages/devio/devio_cvs.bb
blob: 3cbb2ea258f9bca3fd650f81e542c51d5c41e23d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# This package builds the devio program
PR = "r0"
DESCRIPTION = "devio - block devio io"
HOMEPAGE = "http://devio.sourceforge.net/"
MAINTAINER = "John Bowler <jbowler@acm.org>"
SECTION = "base"
LICENSE = "MIT"

SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/devio;method=pserver;module=devio"
# This accesses the head version, anonymous pserver access is
# only updated once per day (and it is necessary to change
# 'jbowler' to the name of a developer with ssh access.)
#SRC_URI = "cvs://jbowler@cvs.sourceforge.net/cvsroot/devio;method=ext;rsh=ssh;tag=HEAD;module=devio"

# The source will end up in the subdirectory 'devio' - no release name
S = "${WORKDIR}/devio"

# 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