]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/unionfs/unionfs.inc
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / unionfs / unionfs.inc
1 DESCRIPTION = "A stackable unification file system, which can appear to \
2 merge the contents of several directories (branches), while keeping their \
3 physical content separate."
4 HOMEPAGE = "http://www.fsl.cs.sunysb.edu/project-unionfs.html"
5 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
6 LICENSE = "GPL"
7
8 SRC_URI = "ftp://ftp.fsl.cs.sunysb.edu/pub/unionfs/unionfs-${PV}.tar.gz \
9            file://make.patch;patch=1"
10 S = "${WORKDIR}/unionfs-${PV}"
11 FILESPATH = "${FILE_DIRNAME}/unionfs-${PV}:${FILE_DIRNAME}/unionfs:${FILE_DIRNAME}/files:${FILE_DIRNAME}"
12
13 export UCFLAGS = '${CFLAGS} -DNODEBUG -DUNIONFS_VERSION=\\"${PV}\\"'
14 CFLAGS = "${BUILD_OPTIMIZATION}"