lib32-libnsl-git

LOW
maintainer Orion-zhen 0 votes scanned 2026-09-06 15:12:20.220602
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: Orion-zhen <https://github.com/Orion-zhen>
2# Contributor: Vincent Grande <shoober420@gmail.com>
3# Contributor: Maxime Gauduin <alucryd@archlinux.org>
4# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
5
6pkgname=lib32-libnsl-git
7pkgver=2.0.1.r6.gc2702fc
8pkgrel=1
9pkgdesc='Public client interface library for NIS(YP) and NIS+'
10arch=(x86_64)
11url=https://github.com/thkukuk/libnsl
12license=(LGPL2.1)
13depends=(
14 lib32-libtirpc
15 libnsl
16)
17makedepends=(git)
18provides=(lib32-libnsl libnsl.so)
19conflicts=(lib32-libnsl)
20source=(git+https://github.com/thkukuk/libnsl.git)
21sha256sums=(SKIP)
22
23pkgver() {
24 cd libnsl
25
26 git describe --long --tags --abbrev=7 |
27 sed -E 's/^v//; s/([^-]*-g)/r\1/; s/-/./g'
28}
29
30build() {
31 local configure_options=(
32 --prefix=/usr
33 --libdir=/usr/lib32
34 --disable-static
35 )
36
37 cd libnsl
38
39 export CC='gcc -m32'
40 export CXX='g++ -m32'
41 export PKG_CONFIG_PATH='/usr/lib32/pkg-config'
42
43 ./autogen.sh
44 ./configure "${configure_options[@]}"
45 make
46}
47
48package() {
49 make DESTDIR="${pkgdir}" -C libnsl install
50 rm -rf "${pkgdir}"/usr/include
51}
52
53# vim: ts=2 sw=2 et:
54

Scan history

Scanned at (UTC)SeverityRules
2026-09-06 15:12:20 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion