aboutsummaryrefslogtreecommitdiffstats
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, 0 insertions, 13 deletions
diff --git a/libspf2/libspf2_1.0.4.oe b/libspf2/libspf2_1.0.4.oe
deleted file mode 100644
index 4e0313c295..0000000000
--- a/libspf2/libspf2_1.0.4.oe
+++ /dev/null
@@ -1,13 +0,0 @@
-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.*"