aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nis/ypserv_2.17.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/nis/ypserv_2.17.bb')
-rw-r--r--recipes/nis/ypserv_2.17.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/nis/ypserv_2.17.bb b/recipes/nis/ypserv_2.17.bb
new file mode 100644
index 0000000000..07d8aee5bb
--- /dev/null
+++ b/recipes/nis/ypserv_2.17.bb
@@ -0,0 +1,14 @@
+# This package builds the NIS server
+# The source package is utils/net/NIS/ypserv
+#
+PR = "r0"
+DESCRIPTION="NIS version 2 server for Linux."
+HOMEPAGE="http://www.linux-nis.org/nis/ypserv/index.html"
+
+require nis.inc
+
+SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/net/NIS/OLD/${PN}/${P}.tar.bz2"
+
+# ypserv needs a database package, gdbm is currently the
+# only candidate
+DEPENDS += " gdbm"