Skip to content
Snippets Groups Projects
Commit 6c2be57d authored by Natanael Copa's avatar Natanael Copa
Browse files

main/ncurses: link curses -> ncurses

parent c0771074
No related merge requests found
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=ncurses
pkgver=6.0
pkgrel=4
pkgrel=5
pkgdesc="Console display library"
url="http://www.gnu.org/software/ncurses/"
arch="all"
......@@ -68,6 +68,10 @@ dev() {
echo "INPUT(-l${lib}w)" > "$subpkgdir"/usr/lib/lib${lib}.so
ln -s ${lib}w.pc "$subpkgdir"/usr/lib/pkgconfig/${lib}.pc
done
# link curses -> ncurses
echo "INPUT(-lncursesw)" > "$subpkgdir"/usr/lib/libcursesw.so
ln -s libncurses.so "$pkgdir"/usr/lib/libcurses.so
}
terminfo() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment