lib32-libnewt
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
# Contributor: oi_wtf <brainpower@gulli.com>
3
# Contributor: Alexander Rødseth <rodseth@gmail.com>
4
# Contributor: Roman Kyrylych <roman@archlinux.org>
5
# Contributor: Tom Killian <tomk@runbox.com>
6
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
7
8
pkgname=lib32-libnewt
9
pkgver=0.52.25
10
pkgrel=1
11
pkgdesc="Not Erik's Windowing Toolkit - text mode windowing with slang"
12
arch=(x86_64)
13
url=https://fedorahosted.org/newt/
14
license=(GPL)
15
depends=(
16
lib32-glibc
17
lib32-gpm
18
lib32-popt
19
lib32-slang
20
libnewt
21
)
22
makedepends=(
23
git
24
lib32-tcl
25
)
26
optdepends=('lib32-tcl: whiptcl support')
27
options=(!makeflags)
28
_tag=9b9e7e8936f51f83a7259c5f0a9b4ff909cbd39a
29
source=(git+https://pagure.io/newt.git#tag=${_tag})
30
b2sums=('38a370495838e694b5920097dc52fcd2085930c11e1930e8121b9aaf348b8ed289bba20955402cd7fd929d3b9d1273ffc74d1662f2345e880dca11f4f9c9b392')
31
32
prepare() {
33
cd newt
34
sed -i 's/tcl8.4/tcl8.6/' Makefile.in
35
echo '#define USE_INTERP_RESULT 1' >> config.h
36
autoreconf -fiv
37
}
38
39
pkgver() {
40
cd newt
41
git describe --tags | sed 's/^r//; s/-/./g'
42
}
43
44
build() {
45
cd newt
46
export CC='gcc -m32'
47
export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
48
./configure \
49
--prefix=/usr \
50
--libdir=/usr/lib32 \
51
--with-gpm-support \
52
--without-python
53
make
54
}
55
56
package() {
57
make DESTDIR="${pkgdir}" install -C newt
58
rm -rf "${pkgdir}"/usr/{bin,include,share}
59
}
60
61
# vim: ts=2 sw=2 et:
62
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-23 13:20:29 | Low | 1 |