summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libnewt/.footprint26
-rw-r--r--libnewt/.md5sum1
-rw-r--r--libnewt/.signature5
-rw-r--r--libnewt/Pkgfile19
4 files changed, 51 insertions, 0 deletions
diff --git a/libnewt/.footprint b/libnewt/.footprint
new file mode 100644
index 000000000..827c7d925
--- /dev/null
+++ b/libnewt/.footprint
@@ -0,0 +1,26 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/whiptail
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/newt.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libnewt.a
+lrwxrwxrwx root/root usr/lib/libnewt.so -> libnewt.so.0.52
+lrwxrwxrwx root/root usr/lib/libnewt.so.0.52 -> libnewt.so.0.52.21
+-rwxr-xr-x root/root usr/lib/libnewt.so.0.52.21
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/libnewt.pc
+drwxr-xr-x root/root usr/lib/python2.7/
+drwxr-xr-x root/root usr/lib/python2.7/site-packages/
+-rwxr-xr-x root/root usr/lib/python2.7/site-packages/_snack.so
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/snack.py
+drwxr-xr-x root/root usr/lib/usr/
+drwxr-xr-x root/root usr/lib/usr/include/
+drwxr-xr-x root/root usr/lib/usr/include/python/
+drwxr-xr-x root/root usr/lib/usr/include/python/Python.h/
+drwxr-xr-x root/root usr/lib/usr/include/python/Python.h/site-packages/
+-rw-r--r-- root/root usr/lib/usr/include/python/Python.h/site-packages/snack.py
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/whiptail.1.gz
diff --git a/libnewt/.md5sum b/libnewt/.md5sum
new file mode 100644
index 000000000..161e4d052
--- /dev/null
+++ b/libnewt/.md5sum
@@ -0,0 +1 @@
+a0a5fd6b53bb167a65e15996b249ebb5 newt-0.52.21.tar.gz
diff --git a/libnewt/.signature b/libnewt/.signature
new file mode 100644
index 000000000..954db65bb
--- /dev/null
+++ b/libnewt/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF33dJryKb/9KwLEA/6qEJFFkiyl1WWspUGQqnJFIsefeqYHsqyJ4F1c9pdW1XbQX6SlmCRx1wyRyzSYMQZVzhIQ0=
+SHA256 (Pkgfile) = f8ea58f17efd1f16829c0239669e9153ac252f9350bc667201d37df588cfd532
+SHA256 (.footprint) = 91d1b4260b0d4376a1811c969455077ba1383038773ac21902ad9802b1953757
+SHA256 (newt-0.52.21.tar.gz) = 265eb46b55d7eaeb887fca7a1d51fe115658882dfe148164b6c49fccac5abb31
diff --git a/libnewt/Pkgfile b/libnewt/Pkgfile
new file mode 100644
index 000000000..9b0f17816
--- /dev/null
+++ b/libnewt/Pkgfile
@@ -0,0 +1,19 @@
+# Description: a programming library for color text mode
+# URL: https://pagure.io/newt
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on: slang python popt
+
+name=libnewt
+version=0.52.21
+release=1
+source=(https://releases.pagure.org/newt/newt-$version.tar.gz)
+git=(https://pagure.io/newt.git)
+
+build() {
+ cd newt-$version
+ ./autogen.sh
+ ./configure --prefix=/usr --disable-nls
+ make
+ make DESTDIR=$PKG install
+ rm -fr $PKG/usr/share/locale
+}

Generated by cgit