]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/devio/devio.inc
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / devio / devio.inc
1 # This package builds the devio program
2 DESCRIPTION = "devio - block devio io"
3 HOMEPAGE = "http://devio.sourceforge.net/"
4 MAINTAINER = "John Bowler <jbowler@acm.org>"
5 SECTION = "base"
6 LICENSE = "MIT"
7
8 SRC_URI = "${SOURCEFORGE_MIRROR}/devio/devio-${PV}.tar.gz"
9
10 # Source directory
11 S = "${WORKDIR}/devio-${PV}"
12
13 # Just the one package at present
14 PACKAGES = "${PN}"
15
16 # Set the install dir to /sbin, not /usr/sbin, because devio is used
17 # during bootstrap (we want it to be posible to mount /usr separately)
18 sbindir = "/sbin"
19
20 inherit autotools