diff options
author | ral@home <ral@home> | 2004-07-23 11:50:29 +0000 |
---|---|---|
committer | ral@home <ral@home> | 2004-07-23 11:50:29 +0000 |
commit | ed71ebf1c1054388d0e388cfa26d5a9f7e3e9823 (patch) | |
tree | c399212a41919e76c424fc10e0d7dc16810f4f03 /libetpan | |
parent | 7fc881eb20c8bff73d53a3578444cc8db9bc243a (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into alwin.at.home:/home/ral/progs/Zaurus/oe/oe/packages
2004/07/23 13:50:13+02:00 home!ral
getting libetpan from cvs in future
BKrev: 4100fb856IhsMgHyJT3qSRfZYJHMIw
Diffstat (limited to 'libetpan')
-rw-r--r-- | libetpan/libetpan_0.33pre.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libetpan/libetpan_0.33pre.oe b/libetpan/libetpan_0.33pre.oe index 514eb983a7..79dee2dcd3 100644 --- a/libetpan/libetpan_0.33pre.oe +++ b/libetpan/libetpan_0.33pre.oe @@ -2,11 +2,12 @@ DESCRIPTION = "libetpan is a library for mail server functions" SECTION = "libs" DEPENDS = "gettext-native openssl" PR = "r3" +S = "${WORKDIR}/libetpan" FILES_${PN} = "${libdir}/lib*.so.*" FILES_${PN}-dev = "${bindir} ${includedir} ${libdir}/lib*.so ${libdir}/*.la \ ${libdir}/*.a ${libdir}/pkgconfig" -SRC_URI = "http://www.alwins-world.de/oe/libetpan-${PV}.tar.bz2 \ +SRC_URI = "cvs://anonymous@cvs.libetpan.sourceforge.net/cvsroot/libetpan;module=libetpan;date=${CVSDATE} \ file://gcc34.patch;patch=1 \ file://destdir.patch;patch=1" |