aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libspf2/libspf2_1.0.4.bb
blob: 8254d25f7c71232750224acd10d4de55c5f648be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "libspf2 is a complete and robust implementation of SPF which \
provides support for many MTAs."
SECTION = "libs/network"
LICENSE = "GPL"
SRC_URI = "http://www.libspf2.org/spf/libspf2-${PV}.tar.gz"
S = "${WORKDIR}/libspf2-${PV}"

inherit autotools

PACKAGES =+ "${PN}-bin"
FILES_${PN}-bin = "${bindir}"
FILES_${PN} = "${libdir}/lib*.so.*"