lib32-libnsl-git
LOW
maintainer Orion-zhen
0 votes
scanned 2026-09-06 15:12:20.220602
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
6
pkgname=lib32-libnsl-git
7
pkgver=2.0.1.r6.gc2702fc
8
pkgrel=1
9
pkgdesc='Public client interface library for NIS(YP) and NIS+'
10
arch=(x86_64)
11
url=https://github.com/thkukuk/libnsl
12
license=(LGPL2.1)
13
depends=(
14
lib32-libtirpc
15
libnsl
16
)
17
makedepends=(git)
18
provides=(lib32-libnsl libnsl.so)
19
conflicts=(lib32-libnsl)
20
source=(git+https://github.com/thkukuk/libnsl.git)
21
sha256sums=(SKIP)
22
23
pkgver() {
24
cd libnsl
25
26
git describe --long --tags --abbrev=7 |
27
sed -E 's/^v//; s/([^-]*-g)/r\1/; s/-/./g'
28
}
29
30
build() {
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
48
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-06 15:12:20 | Low | 1 |