summaryrefslogtreecommitdiff
path: root/libspf2/libspf2_1.0.4.oe
diff options
context:
space:
mode:
Diffstat (limited to 'libspf2/libspf2_1.0.4.oe')
-rw-r--r--libspf2/libspf2_1.0.4.oe13
1 files changed, 13 insertions, 0 deletions
diff --git a/libspf2/libspf2_1.0.4.oe b/libspf2/libspf2_1.0.4.oe
index e69de29bb2..4e0313c295 100644
--- a/libspf2/libspf2_1.0.4.oe
+++ b/libspf2/libspf2_1.0.4.oe
@@ -0,0 +1,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.*"