lib32-libnsl
LOW
maintainer orphaned
0 votes
scanned 2026-08-23 13:20:29.873780
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: Maxime Gauduin <alucryd@archlinux.org>
2
# Maintainer: David Runge <dvzrv@archlinux.org>
3
# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
4
5
_name=libnsl
6
pkgname=lib32-libnsl
7
pkgver=2.0.1
8
pkgrel=2
9
pkgdesc='Public client interface library for NIS(YP)'
10
arch=(x86_64)
11
url=https://github.com/thkukuk/libnsl
12
license=(LGPL-2.1-only)
13
depends=(
14
lib32-glibc
15
lib32-libtirpc
16
"libnsl=${pkgver}"
17
)
18
provides=(libnsl.so)
19
source=($url/archive/v$pkgver/$_name-v$pkgver.tar.gz)
20
sha512sums=('1d9290c3123c0933f156808c388654698f7d6994c625cbbc492cc07d656b996c62847048b14b93b8eda632945096ace418a3418ee1f40ff2cc748a3278f987a4')
21
b2sums=('6988399a5c0f0dab89a47a026e8717f4a3276b0af7c7c507e7bcf1093951a258b54e84e09a679ff4e426ecffbcbb682c31ca393bde6cd92708e07d4709c203aa')
22
23
prepare() {
24
cd $_name-$pkgver
25
autoreconf -fiv
26
}
27
28
build() {
29
local configure_options=(
30
--prefix=/usr
31
--libdir=/usr/lib32
32
--disable-static
33
)
34
35
cd $_name-$pkgver
36
37
export CC='gcc -m32'
38
export CXX='g++ -m32'
39
export PKG_CONFIG_PATH='/usr/lib32/pkg-config'
40
41
./configure "${configure_options[@]}"
42
make
43
}
44
45
package() {
46
make DESTDIR="$pkgdir" install -C $_name-$pkgver
47
rm -rf "$pkgdir"/usr/include
48
}
49
50
# vim: ts=2 sw=2 et:
51
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-23 13:20:29 | Low | 1 |