summaryrefslogtreecommitdiff
path: root/packages/unionfs/unionfs.inc
diff options
context:
space:
mode:
authornslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-01-14 18:12:50 +0000
committernslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-01-14 18:12:50 +0000
commitc3c63b44f576ee5a33fc226cbb77740666af0ab1 (patch)
tree4fd5f0befdbd1e93ac699a8684fb431bf937d3e9 /packages/unionfs/unionfs.inc
parentc11eee0e9bd9dca14b2b7f80323b542409648698 (diff)
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/01/14 12:12:49-06:00 ti.com!kergoth Yank old unionfs versions, clean up the metadata, and add unionfs 1.0.7. 2005/01/14 11:37:05-06:00 ti.com!kergoth Add the files for 'lemon' that I forgot to check in yesterday. BKrev: 41e80ba2ptnDic2JZT2fppsH-zGs4A
Diffstat (limited to 'packages/unionfs/unionfs.inc')
-rw-r--r--packages/unionfs/unionfs.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/unionfs/unionfs.inc b/packages/unionfs/unionfs.inc
index e69de29bb2..ffd4f4c0e1 100644
--- a/packages/unionfs/unionfs.inc
+++ b/packages/unionfs/unionfs.inc
@@ -0,0 +1,14 @@
+DESCRIPTION = "A stackable unification file system, which can appear to \
+merge the contents of several directories (branches), while keeping their \
+physical content separate."
+HOMEPAGE = "http://www.fsl.cs.sunysb.edu/project-unionfs.html"
+MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
+LICENSE = "GPL"
+
+SRC_URI = "ftp://ftp.fsl.cs.sunysb.edu/pub/unionfs/unionfs-${PV}.tar.gz \
+ file://make.patch;patch=1"
+S = "${WORKDIR}/unionfs-${PV}"
+FILESPATH = "${FILE_DIRNAME}/unionfs-${PV}:${FILE_DIRNAME}/unionfs:${FILE_DIRNAME}/files:${FILE_DIRNAME}"
+
+export UCFLAGS := "${CFLAGS}"
+CFLAGS = "${BUILD_OPTIMIZATION}"