]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/reiser4progs/reiser4progs_1.0.4.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / reiser4progs / reiser4progs_1.0.4.bb
1 # This package builds tools to manipulate Reiser4 file systems,
2 # the libaal package must be built and installed as well to
3 # run these tools.
4 PR = "r0"
5 DESCRIPTION = "User-level tools for Reiser4 filesystems"
6 HOMEPAGE = "http://www.namesys.com"
7 MAINTAINER = "John Bowler <jbowler@acm.org>"
8 SECTION = "base"
9 LICENSE = "GPL-2"
10
11 SRC_URI = "ftp://ftp.namesys.com/pub/${PN}/${P}.tar.gz \
12                 file://align.patch;patch=1"
13
14 LIBAAL = "libaal"
15
16 DEPENDS = "${LIBAAL}"
17
18 # This disables anything which uses libminimal - that library
19 # is used for boot loader stuff and so is not required unless
20 # the system will boot from a Reiser4 file system, the same
21 # setting must exist for the LIBAAL build
22 DISABLE_LIBMINIMAL ?= "--disable-libminimal"
23 EXTRA_OECONF = "${DISABLE_LIBMINIMAL}"
24
25 LEAD_SONAME = "libreiser4"
26
27 inherit autotools