]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/nis/ypserv_2.17.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / nis / ypserv_2.17.bb
1 # This package builds the NIS server
2 # The source package is utils/net/NIS/ypserv
3 #
4 PR = "r0"
5 DESCRIPTION="NIS version 2 server for Linux."
6 HOMEPAGE="http://www.linux-nis.org/nis/ypserv/index.html"
7
8 include nis.inc
9
10 SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/net/NIS/OLD/${PN}/${P}.tar.bz2"
11
12 # ypserv needs a database package, gdbm is currently the
13 # only candidate
14 DEPENDS += " gdbm"