UmVirt LFS Package info

DB commit: 3c6efcfc536d7802c89703820d548c1aec13ba9b
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
[ BASH | XML | JSON ]

newt

Newt is a programming library for color text mode, widget based user interfaces. It can be used to add stacked windows, entry widgets, checkboxes, radio buttons, labels, plain text fields, scrollbars, etc., to text mode user interfaces. Newt is based on the S-Lang library.

Package info

Template:
Codename: newt
Source file: newt-0.52.25.tar.gz
Source file size: 176729
Source file MD5-checkum: cca66ed1d8774fb9e3f6a33525de416d
Source directory: newt-0.52.25
Package URL: https://umvirt.com/linux/downloads/0.2.4/packages/n/newt-0.52.25.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.4/packages/n/newt-0.52.25.tar.gz.md5sum
Dependances: slang, gpm, popt.
Dependance of: NetworkManager.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
sed -e '/install -m 644 $(LIBNEWT)/ s/^/#/' \
    -e '/$(LIBNEWT):/,/rv/ s/^/#/'          \
    -e 's/$(LIBNEWT)/$(LIBNEWTSH)/g'        \
    -i Makefile.in                          &&

./configure --prefix=/usr      \
            --with-gpm-support \
            --with-python=python3.13

Build script:
make

Install script:
make install