More section fixes
[vuplus_openembedded] / cyrus-imapd / cyrus-imapd_2.2.5.oe
1 SECTION = "console/network"
2 DEPENDS = "cyrus-sasl"
3 PR = "r1"
4
5 SRC_URI = "ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-imapd-${PV}.tar.gz \
6            file://autotools.patch;patch=1 \
7            file://tail.patch;patch=1"
8
9 inherit autotools
10
11 EXTRA_OECONF = "--with-auth=unix \
12                 --without-perl"
13
14 BUILD_CFLAGS += " -I${S} -I${S}/et"
15 #do_compile_prepend () {
16 #       cd lib
17 #       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
18 #       ${BUILD_CC} ${BUILD_CFLAGS} mkchartable.c -c -o mkchartable.o
19 #       ${BUILD_CC} ${BUILD_CFLAGS} xmalloc.c -c -o xmalloc.o
20 #       ${BUILD_CC} ${BUILD_CFLAGS} assert.c -c -o assert.o
21 #       ${BUILD_CC} ${BUILD_LDFLAGS} -o mkchartable mkchartable.o xmalloc.o assert.o
22 #       rm -f xmalloc.o assert.o mkchartable.o
23 #       cd ..
24 #}