blob: 06128c3be4806dd343baf05cd86929b6a7cf5e67 (
plain)
1
2
3
4
5
6
7
8
9
10
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
}
|