diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/cyrus-imapd/cyrus-imapd_2.2.12.bb | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/cyrus-imapd/cyrus-imapd_2.2.12.bb')
-rw-r--r-- | packages/cyrus-imapd/cyrus-imapd_2.2.12.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/packages/cyrus-imapd/cyrus-imapd_2.2.12.bb b/packages/cyrus-imapd/cyrus-imapd_2.2.12.bb index e69de29bb2..2d385ec154 100644 --- a/packages/cyrus-imapd/cyrus-imapd_2.2.12.bb +++ b/packages/cyrus-imapd/cyrus-imapd_2.2.12.bb @@ -0,0 +1,28 @@ +SECTION = "console/network" +DEPENDS = "cyrus-sasl" +PR = "r0" +LICENSE = "BSD" + +SRC_URI = "ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-imapd-${PV}.tar.gz \ + file://autotools.patch;patch=1 \ + file://tail.patch;patch=1" + +inherit autotools + +EXTRA_OECONF = "--with-auth=unix \ + --without-perl" + +FILES_${PN} += "${prefix}/cyrus/bin" + +BUILD_CFLAGS += " -I${S} -I${S}/et" +#do_compile_prepend () { +# cd lib +# ccache arm-linux-gcc -L/home/kergoth/code/build-arm/tmp/staging/arm-linux/lib -Wl,-rpath-link,/home/kergoth/code/build-arm/tmp/staging/arm-linux/lib -o mkchartable mkchartable.o xmalloc.o assert.o +# ${BUILD_CC} ${BUILD_CFLAGS} mkchartable.c -c -o mkchartable.o +# ${BUILD_CC} ${BUILD_CFLAGS} xmalloc.c -c -o xmalloc.o +# ${BUILD_CC} ${BUILD_CFLAGS} assert.c -c -o assert.o +# ${BUILD_CC} ${BUILD_LDFLAGS} -o mkchartable mkchartable.o xmalloc.o assert.o +# rm -f xmalloc.o assert.o mkchartable.o +# cd .. +#} + |