blob: 4e0313c295dffe20f262d8d068a5045e54db6594 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "libspf2 is a complete and robust implementation of SPF which \
provides support for many MTAs."
SECTION = "libs/network"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
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.*"
|