Skip to content
Permalink
update-libxslt…
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@donald
Latest commit b0c59b9 Apr 2, 2021 History
This package contains the libnsl library. This library contains
the public client interface for NIS(YP) and NIS+.

This code was formerly part of glibc, but is now standalone to
be able to link against TI-RPC for IPv6 support.

The NIS(YP) functions are still maintained, the NIS+ part is
deprecated and should not be used anymore.
1 contributor

Users who have contributed to this file

37 lines (25 sloc) 508 Bytes
#!/usr/bin/env beesh
# BEE_VERSION libnsl-1.3.0-0
# more info: https://github.com/thkukuk/libnsl
SRCURL[0]="https://github.com/thkukuk/libnsl/releases/download/v${PKGVERSION}/libnsl-${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
#}