aboutsummaryrefslogtreecommitdiffstats
path: root/packages/nis/ypserv_2.17.bb
blob: 57521d4432d2b9c776f03d42ef35d4ab864a7d1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This package builds the NIS server
# The source package is utils/net/NIS/ypserv
#
FILE_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"