Skip to content

Commit

Permalink
libnss_nis: Add version 3.1
Browse files Browse the repository at this point in the history
This code was formerly part of glibc, but is now standalone to
be able to link against TI-RPC for IPv6 support.
donald committed Apr 2, 2021
1 parent fb5e699 commit c01520e
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions libnss_nis.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
#!/usr/bin/env beesh

# BEE_VERSION libnss_nis-3.1-0

# more info: https://github.com/thkukuk/libnss_nis

SRCURL[0]="https://github.com/thkukuk/libnss_nis/releases/download/v${PKGVERSION}/libnss_nis-${PKGVERSION}.tar.xz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit c01520e

Please sign in to comment.