Skip to content

Commit

Permalink
[libtirpc] Adds package
Browse files Browse the repository at this point in the history
Signed-off-by: Romain Sertelon <romain@sertelon.fr>
  • Loading branch information
rsertelon authored and fnichol committed Jun 7, 2018
1 parent 8434070 commit e9efde2
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bldr.toml
Expand Up @@ -600,6 +600,8 @@ plan_path = "libtasn1"
plan_path = "libtermkey"
[libtiff]
plan_path = "libtiff"
[libtirpc]
plan_path = "libtirpc"
[libtool]
plan_path = "libtool"
[libunistring]
Expand Down
15 changes: 15 additions & 0 deletions libtirpc/README.md
@@ -0,0 +1,15 @@
# libyajl2

Libtirpc is a port of Suns Transport-Independent RPC library to Linux.

## Maintainers

* The Habitat Maintainers: <humans@habitat.sh>

## Type of Package

Binary package

## Usage

*TODO: Add instructions for usage*
21 changes: 21 additions & 0 deletions libtirpc/plan.sh
@@ -0,0 +1,21 @@
pkg_name=libtirpc
pkg_origin=core
pkg_version="1.0.3"
pkg_description="Libtirpc is a port of Suns Transport-Independent RPC library to Linux."
pkg_maintainer="The Habitat Maintainers <humans@habitat.sh>"
pkg_license=("BSD-3-Clause")
pkg_upstream_url="http://libtirpc.sourceforge.net/"
pkg_source="https://netix.dl.sourceforge.net/project/libtirpc/libtirpc/${pkg_version}/libtirpc-${pkg_version}.tar.bz2"
pkg_shasum="86c3a78fc1bddefa96111dd233124c703b22a78884203c55c3e06b3be6a0fd5e"
pkg_deps=(
core/glibc
core/krb5
)
pkg_build_deps=(
core/diffutils
core/gcc
core/make
)
pkg_include_dirs=(include)
pkg_lib_dirs=(lib)
pkg_pconfig_dirs=(lib/pkgconfig)

0 comments on commit e9efde2

Please sign in to comment.