lib32-libnsl

LOW
maintainer orphaned 0 votes scanned 2026-08-23 13:20:29.873780
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: Maxime Gauduin <alucryd@archlinux.org>
2# Maintainer: David Runge <dvzrv@archlinux.org>
3# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
4
5_name=libnsl
6pkgname=lib32-libnsl
7pkgver=2.0.1
8pkgrel=2
9pkgdesc='Public client interface library for NIS(YP)'
10arch=(x86_64)
11url=https://github.com/thkukuk/libnsl
12license=(LGPL-2.1-only)
13depends=(
14 lib32-glibc
15 lib32-libtirpc
16 "libnsl=${pkgver}"
17)
18provides=(libnsl.so)
19source=($url/archive/v$pkgver/$_name-v$pkgver.tar.gz)
20sha512sums=('1d9290c3123c0933f156808c388654698f7d6994c625cbbc492cc07d656b996c62847048b14b93b8eda632945096ace418a3418ee1f40ff2cc748a3278f987a4')
21b2sums=('6988399a5c0f0dab89a47a026e8717f4a3276b0af7c7c507e7bcf1093951a258b54e84e09a679ff4e426ecffbcbb682c31ca393bde6cd92708e07d4709c203aa')
22
23prepare() {
24 cd $_name-$pkgver
25 autoreconf -fiv
26}
27
28build() {
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
45package() {
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)SeverityRules
2026-08-23 13:20:29 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