blob: 65a922f84cf85fa3fd4551123f50ccccfd72ad37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
name=readline
version=8.3
release=1
source="https://ftpmirror.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
}
|