ports/compat-32 (3.5): libnewt-32: initial import
commit ef6ef40f5087496e2757de05a63a9372338130d4 Author: Danny Rawlins <monster.romster@gmail.com> Date: Sun Aug 4 22:25:51 2019 +1000 libnewt-32: initial import diff --git a/libnewt-32/.32bit b/libnewt-32/.32bit new file mode 100644 index 0000000..e69de29 diff --git a/libnewt-32/.footprint b/libnewt-32/.footprint new file mode 100644 index 0000000..60626a8 --- /dev/null +++ b/libnewt-32/.footprint @@ -0,0 +1,9 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib32/ +-rw-r--r-- root/root usr/lib32/libnewt.a +lrwxrwxrwx root/root usr/lib32/libnewt.so -> libnewt.so.0.52 +lrwxrwxrwx root/root usr/lib32/libnewt.so.0.52 -> libnewt.so.0.52.21 +-rwxr-xr-x root/root usr/lib32/libnewt.so.0.52.21 +drwxr-xr-x root/root usr/lib32/pkgconfig/ +-rw-r--r-- root/root usr/lib32/pkgconfig/libnewt.pc +-rwxr-xr-x root/root usr/lib32/whiptcl.so diff --git a/libnewt-32/.signature b/libnewt-32/.signature new file mode 100644 index 0000000..47a73e8 --- /dev/null +++ b/libnewt-32/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/compat-32.pub +RWSwxGo/zH7eXeaLpmtNo481rwf6NQv/sW5Z6Gg6Mgzk52GCQWMMlAvb3ZMVYwx5kbb/Ok0GxoW/ucYY64lCLBGO0aP0ZWU3FQw= +SHA256 (Pkgfile) = 3ea4619ffbfb63d71e51de517ab3d338bdd37de4e0c1f87477ebacc4a4bad06b +SHA256 (.footprint) = f9963e4f39367f61586d3ad1118cd0249fd77f9660b2fbf693ad9a4e5f183f6d +SHA256 (newt-0.52.21.tar.gz) = 265eb46b55d7eaeb887fca7a1d51fe115658882dfe148164b6c49fccac5abb31 diff --git a/libnewt-32/Pkgfile b/libnewt-32/Pkgfile new file mode 100644 index 0000000..88b5e3f --- /dev/null +++ b/libnewt-32/Pkgfile @@ -0,0 +1,28 @@ +# Description: a programming library for color text mode +# URL: https://pagure.io/newt +# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu +# Depends on: libnewt popt-32 slang-32 tcl-32 + +name=libnewt-32 +version=0.52.21 +release=1 +source=(https://releases.pagure.org/newt/newt-$version.tar.gz) + +build() { + cd newt-$version + + sed -i "s:tcl8.4:tcl8.6:" Makefile.in + echo '#define USE_INTERP_RESULT 1' >> config.h + + ./autogen.sh + ./configure \ + --prefix=/usr \ + --libdir=/usr/lib32 \ + --without-python \ + --disable-nls + + make + make DESTDIR=$PKG install + + rm -r $PKG/usr/{bin,include,share} +}
participants (1)
-
crux@crux.nu