lib32-libnewt

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# 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
8pkgname=lib32-libnewt
9pkgver=0.52.25
10pkgrel=1
11pkgdesc="Not Erik's Windowing Toolkit - text mode windowing with slang"
12arch=(x86_64)
13url=https://fedorahosted.org/newt/
14license=(GPL)
15depends=(
16 lib32-glibc
17 lib32-gpm
18 lib32-popt
19 lib32-slang
20 libnewt
21)
22makedepends=(
23 git
24 lib32-tcl
25)
26optdepends=('lib32-tcl: whiptcl support')
27options=(!makeflags)
28_tag=9b9e7e8936f51f83a7259c5f0a9b4ff909cbd39a
29source=(git+https://pagure.io/newt.git#tag=${_tag})
30b2sums=('38a370495838e694b5920097dc52fcd2085930c11e1930e8121b9aaf348b8ed289bba20955402cd7fd929d3b9d1273ffc74d1662f2345e880dca11f4f9c9b392')
31
32prepare() {
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
39pkgver() {
40 cd newt
41 git describe --tags | sed 's/^r//; s/-/./g'
42}
43
44build() {
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
56package() {
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)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