blob: c46a55014501707e1a8c6fb0828a1e68d6588312 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
name=readline
version=8.3
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
}
|