Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / libspf2 / libspf2_1.0.4.oe
1 DESCRIPTION = "libspf2 is a complete and robust implementation of SPF which \
2 provides support for many MTAs."
3 SECTION = "libs/network"
4 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
5
6 SRC_URI = "http://www.libspf2.org/spf/libspf2-${PV}.tar.gz"
7 S = "${WORKDIR}/libspf2-${PV}"
8
9 inherit autotools
10
11 PACKAGES =+ "${PN}-bin"
12 FILES_${PN}-bin = "${bindir}"
13 FILES_${PN} = "${libdir}/lib*.so.*"