diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-02-28 17:32:45 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-02-28 17:34:00 +0100 |
commit | 7872ac2dfdaefd0e1081868705e120c50318c909 (patch) | |
tree | 1a41e76395550aa3ddbb7f4d0fb5edea4a6c1cbd /recipes/libspf2/libspf2_1.2.9.bb | |
parent | 0b12da9a30a415f7e6351453dc42edbb9b5497a8 (diff) |
libspf2: Upgrade libspf2 to 1.2.9
* Fix licensing. According to the website it is LGPL or two clause BSD
* Fix packaging with the libspf2-bin
* Move the checksum into the bb file
Diffstat (limited to 'recipes/libspf2/libspf2_1.2.9.bb')
-rw-r--r-- | recipes/libspf2/libspf2_1.2.9.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/libspf2/libspf2_1.2.9.bb b/recipes/libspf2/libspf2_1.2.9.bb new file mode 100644 index 0000000000..0f491c9b73 --- /dev/null +++ b/recipes/libspf2/libspf2_1.2.9.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "libspf2 is a complete and robust implementation of SPF which \ +provides support for many MTAs." +SECTION = "libs/network" +LICENSE = "LGPL" +SRC_URI = "http://www.libspf2.org/spf/libspf2-${PV}.tar.gz;name=src" +S = "${WORKDIR}/libspf2-${PV}" + +SRC_URI[src.md5sum] = "3305df4d1b13ca964d80b23bb5e4e2b6" +SRC_URI[src.sha256sum] = "4837f6b063b1431673754cbf6bef8979de5ffc4d7f26f6b93abd42787ba04862" + +inherit autotools + +PACKAGES =+ "${PN}-bin-dbg ${PN}-bin" +FILES_${PN}-bin = "${bindir}" +FILES_${PN}-bin-dbg = "${bindir}/.debug" +FILES_${PN} = "${libdir}/lib*.so.*" |