]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/libspf2/libspf2_1.0.4.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / libspf2 / libspf2_1.0.4.bb
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 LICENSE = "GPL"
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.*"