1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
10 groups = System/Libraries
11 url = https://fedorahosted.org/releases/n/e/newt/
13 summary = A library for text mode user interfaces.
16 Newt is a programming library for color text mode, widget based user
17 interfaces. Newt can be used to add stacked windows, entry widgets,
18 checkboxes, radio buttons, labels, plain text fields, scrollbars,
19 etc., to text mode user interfaces. This package also contains the
20 shared library needed by programs built with newt, as well as a
21 /usr/bin/dialog replacement called whiptail. Newt is based on the
34 configure_options += \
35 --without-gpm-support \
39 # make install searches for /usr/bin/install
40 sed -e "s/^INSTALL=.*/INSTALL = install -c/" -i po/Makefile
44 make install instroot=%{BUILDROOT}
51 package %{name}-python
52 summary = Python bindings for newt.
53 description = %{summary}
61 %{libdir}/python*/site-packages/*snack*
69 package %{name}-debuginfo