summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb')
-rw-r--r--meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb b/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb
new file mode 100644
index 0000000000..0894769a0e
--- /dev/null
+++ b/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb
@@ -0,0 +1,16 @@
1DESCRIPTION = "The rpcbind utility is a server that converts RPC \
2 program numbers into universal addresses."
3SECTION = "console/network"
4PRIORITY = "optional"
5HOMEPAGE = "http://sourceforge.net/projects/rpcbind/"
6BUGTRACKER = "http://sourceforge.net/tracker/?group_id=201237&atid=976751"
7DEPENDS = "libtirpc"
8LICENSE = "BSD"
9LIC_FILES_CHKSUM = "file://COPYING;md5=b46486e4c4a416602693a711bb5bfa39 \
10 file://src/rpcinfo.c;beginline=1;endline=27;md5=f8a8cd2cb25ac5aa16767364fb0e3c24"
11
12SRC_URI = "${SOURCEFORGE_MIRROR}/rpcbind/rpcbind-${PV}.tar.bz2"
13
14PR = "r0"
15
16inherit autotools