* [PATCH] clamav: add 0.94.2 version recipe
@ 2009-04-15 11:31 Roman I Khimov
2009-04-15 11:37 ` Koen Kooi
0 siblings, 1 reply; 2+ messages in thread
From: Roman I Khimov @ 2009-04-15 11:31 UTC (permalink / raw)
To: openembedded-devel
---
conf/checksums.ini | 4 ++++
recipes/clamav/clamav.inc | 4 ++--
recipes/clamav/clamav_0.90.2.bb | 2 ++
recipes/clamav/clamav_0.90.3.bb | 2 ++
recipes/clamav/clamav_0.91.1.bb | 2 ++
recipes/clamav/clamav_0.94.2.bb | 3 +++
6 files changed, 15 insertions(+), 2 deletions(-)
create mode 100644 recipes/clamav/clamav_0.94.2.bb
diff --git a/conf/checksums.ini b/conf/checksums.ini
index 909a0e0..9f11943 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -3538,6 +3538,10 @@ sha256=f98edecae40473c142fe49a0e02f5ff7fb28d778c4bd510dad747d208d20cb00
md5=60152bf1e24b3fbdf0473794199e5215
sha256=f98edecae40473c142fe49a0e02f5ff7fb28d778c4bd510dad747d208d20cb00
+[http://downloads.sourceforge.net/clamav/clamav-0.94.2.tar.gz]
+md5=1181e6d62341b84708f126cc353f7ebf
+sha256=1aec7fecff375958d067aceeb9782d3ff0be7c13bed0eecf6240fb089f8d268c
+
[http://memberwebs.com/nielsen/software/clamsmtp/clamsmtp-1.8.tar.gz]
md5=04da6aab94934641fcf9e7a7598346fb
sha256=c09b24c82f858845e235df4c8b2639240a7b786de66b595e351be86ab60663a5
diff --git a/recipes/clamav/clamav.inc b/recipes/clamav/clamav.inc
index 49b8023..5b2069e 100644
--- a/recipes/clamav/clamav.inc
+++ b/recipes/clamav/clamav.inc
@@ -19,7 +19,6 @@ RRECOMMENDS_${PN}-daemon = "${PN}-freshclam"
RPROVIDES_${PN}-freshclam = "${PN}-data"
SRC_URI = "${SOURCEFORGE_MIRROR}/clamav/clamav-${PV}.tar.gz \
- file://cross-compile-fix.patch;patch=1 \
file://clamav-daemon.init \
file://clamav-freshclam.init \
file://clamd.conf \
@@ -67,10 +66,11 @@ do_stage () {
PACKAGES += "${PN}-freshclam ${PN}-daemon ${PN}-conf ${PN}-data ${PN}-lib \
${PN}-clamconf"
+LEAD_SONAME = "libclamav.so.*"
FILES_${PN} = "${bindir}/clamscan \
${bindir}/sigtool \
${bindir}/clamdscan"
-FILES_${PN}-lib = "${libdir}/libclamav.so.*"
+FILES_${PN}-lib = "${libdir}/libclamav.so.* ${libdir}/libclamunrar.so* ${libdir}/libclamunrar_iface.so*"
FILES_${PN}-conf = "${sysconfdir}/clamd.conf"
FILES_${PN}-clamconf = "${bindir}/clamconf"
FILES_${PN}-freshclam = "${bindir}/freshclam \
diff --git a/recipes/clamav/clamav_0.90.2.bb b/recipes/clamav/clamav_0.90.2.bb
index 9592adf..740c02a 100644
--- a/recipes/clamav/clamav_0.90.2.bb
+++ b/recipes/clamav/clamav_0.90.2.bb
@@ -1,3 +1,5 @@
require clamav.inc
+SRC_URI += "file://cross-compile-fix.patch;patch=1"
+
PR = "r2"
diff --git a/recipes/clamav/clamav_0.90.3.bb b/recipes/clamav/clamav_0.90.3.bb
index e721558..2227f01 100644
--- a/recipes/clamav/clamav_0.90.3.bb
+++ b/recipes/clamav/clamav_0.90.3.bb
@@ -1,3 +1,5 @@
require clamav.inc
+SRC_URI += "file://cross-compile-fix.patch;patch=1"
+
PR = "r1"
diff --git a/recipes/clamav/clamav_0.91.1.bb b/recipes/clamav/clamav_0.91.1.bb
index e721558..2227f01 100644
--- a/recipes/clamav/clamav_0.91.1.bb
+++ b/recipes/clamav/clamav_0.91.1.bb
@@ -1,3 +1,5 @@
require clamav.inc
+SRC_URI += "file://cross-compile-fix.patch;patch=1"
+
PR = "r1"
diff --git a/recipes/clamav/clamav_0.94.2.bb b/recipes/clamav/clamav_0.94.2.bb
new file mode 100644
index 0000000..12fad7a
--- /dev/null
+++ b/recipes/clamav/clamav_0.94.2.bb
@@ -0,0 +1,3 @@
+require clamav.inc
+
+EXTRA_OECONF += "--program-transform-name=''"
--
1.6.2.1
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] clamav: add 0.94.2 version recipe
2009-04-15 11:31 [PATCH] clamav: add 0.94.2 version recipe Roman I Khimov
@ 2009-04-15 11:37 ` Koen Kooi
0 siblings, 0 replies; 2+ messages in thread
From: Koen Kooi @ 2009-04-15 11:37 UTC (permalink / raw)
To: openembedded-devel
On 15-04-09 13:31, Roman I Khimov wrote:
> ---
> conf/checksums.ini | 4 ++++
> recipes/clamav/clamav.inc | 4 ++--
> recipes/clamav/clamav_0.90.2.bb | 2 ++
> recipes/clamav/clamav_0.90.3.bb | 2 ++
> recipes/clamav/clamav_0.91.1.bb | 2 ++
> recipes/clamav/clamav_0.94.2.bb | 3 +++
> 6 files changed, 15 insertions(+), 2 deletions(-)
> create mode 100644 recipes/clamav/clamav_0.94.2.bb
looks good to me.
>
> diff --git a/conf/checksums.ini b/conf/checksums.ini
> index 909a0e0..9f11943 100644
> --- a/conf/checksums.ini
> +++ b/conf/checksums.ini
> @@ -3538,6 +3538,10 @@ sha256=f98edecae40473c142fe49a0e02f5ff7fb28d778c4bd510dad747d208d20cb00
> md5=60152bf1e24b3fbdf0473794199e5215
> sha256=f98edecae40473c142fe49a0e02f5ff7fb28d778c4bd510dad747d208d20cb00
>
> +[http://downloads.sourceforge.net/clamav/clamav-0.94.2.tar.gz]
> +md5=1181e6d62341b84708f126cc353f7ebf
> +sha256=1aec7fecff375958d067aceeb9782d3ff0be7c13bed0eecf6240fb089f8d268c
> +
> [http://memberwebs.com/nielsen/software/clamsmtp/clamsmtp-1.8.tar.gz]
> md5=04da6aab94934641fcf9e7a7598346fb
> sha256=c09b24c82f858845e235df4c8b2639240a7b786de66b595e351be86ab60663a5
> diff --git a/recipes/clamav/clamav.inc b/recipes/clamav/clamav.inc
> index 49b8023..5b2069e 100644
> --- a/recipes/clamav/clamav.inc
> +++ b/recipes/clamav/clamav.inc
> @@ -19,7 +19,6 @@ RRECOMMENDS_${PN}-daemon = "${PN}-freshclam"
> RPROVIDES_${PN}-freshclam = "${PN}-data"
>
> SRC_URI = "${SOURCEFORGE_MIRROR}/clamav/clamav-${PV}.tar.gz \
> - file://cross-compile-fix.patch;patch=1 \
> file://clamav-daemon.init \
> file://clamav-freshclam.init \
> file://clamd.conf \
> @@ -67,10 +66,11 @@ do_stage () {
> PACKAGES += "${PN}-freshclam ${PN}-daemon ${PN}-conf ${PN}-data ${PN}-lib \
> ${PN}-clamconf"
>
> +LEAD_SONAME = "libclamav.so.*"
> FILES_${PN} = "${bindir}/clamscan \
> ${bindir}/sigtool \
> ${bindir}/clamdscan"
> -FILES_${PN}-lib = "${libdir}/libclamav.so.*"
> +FILES_${PN}-lib = "${libdir}/libclamav.so.* ${libdir}/libclamunrar.so* ${libdir}/libclamunrar_iface.so*"
> FILES_${PN}-conf = "${sysconfdir}/clamd.conf"
> FILES_${PN}-clamconf = "${bindir}/clamconf"
> FILES_${PN}-freshclam = "${bindir}/freshclam \
> diff --git a/recipes/clamav/clamav_0.90.2.bb b/recipes/clamav/clamav_0.90.2.bb
> index 9592adf..740c02a 100644
> --- a/recipes/clamav/clamav_0.90.2.bb
> +++ b/recipes/clamav/clamav_0.90.2.bb
> @@ -1,3 +1,5 @@
> require clamav.inc
>
> +SRC_URI += "file://cross-compile-fix.patch;patch=1"
> +
> PR = "r2"
> diff --git a/recipes/clamav/clamav_0.90.3.bb b/recipes/clamav/clamav_0.90.3.bb
> index e721558..2227f01 100644
> --- a/recipes/clamav/clamav_0.90.3.bb
> +++ b/recipes/clamav/clamav_0.90.3.bb
> @@ -1,3 +1,5 @@
> require clamav.inc
>
> +SRC_URI += "file://cross-compile-fix.patch;patch=1"
> +
> PR = "r1"
> diff --git a/recipes/clamav/clamav_0.91.1.bb b/recipes/clamav/clamav_0.91.1.bb
> index e721558..2227f01 100644
> --- a/recipes/clamav/clamav_0.91.1.bb
> +++ b/recipes/clamav/clamav_0.91.1.bb
> @@ -1,3 +1,5 @@
> require clamav.inc
>
> +SRC_URI += "file://cross-compile-fix.patch;patch=1"
> +
> PR = "r1"
> diff --git a/recipes/clamav/clamav_0.94.2.bb b/recipes/clamav/clamav_0.94.2.bb
> new file mode 100644
> index 0000000..12fad7a
> --- /dev/null
> +++ b/recipes/clamav/clamav_0.94.2.bb
> @@ -0,0 +1,3 @@
> +require clamav.inc
> +
> +EXTRA_OECONF += "--program-transform-name=''"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-04-15 11:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-15 11:31 [PATCH] clamav: add 0.94.2 version recipe Roman I Khimov
2009-04-15 11:37 ` Koen Kooi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.