From 93a354611e38a6949add5c2e5ccc93ef79b9755f Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Tue, 3 Jun 2025 14:32:36 +0000 Subject: Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI] --- readline/abuild | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 readline/abuild (limited to 'readline/abuild') diff --git a/readline/abuild b/readline/abuild new file mode 100644 index 00000000..06128c3b --- /dev/null +++ b/readline/abuild @@ -0,0 +1,11 @@ +name=readline +version=8.2 +release=1 +source="https://ftp.gnu.org/gnu/$name/$name-$version.tar.gz + readline-8.2-upstream_fix-1.patch" + +build() { + ./configure --prefix=/usr --with-curses + make SHLIB_LIBS="-lncursesw" + make SHLIB_LIBS="-lncursesw" DESTDIR=$PKG install +} -- cgit v1.2.3