Skip to content
Snippets Groups Projects
Commit 25478711 authored by Timo Teräs's avatar Timo Teräs
Browse files

main/ncurses: compat provides of ncurses-widec-libs

parent 66b06059
No related branches found
No related tags found
No related merge requests found
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=ncurses pkgname=ncurses
pkgver=6.0 pkgver=6.0
pkgrel=6 pkgrel=7
pkgdesc="Console display library" pkgdesc="Console display library"
url="http://www.gnu.org/software/ncurses/" url="http://www.gnu.org/software/ncurses/"
arch="all" arch="all"
...@@ -84,6 +84,8 @@ terminfo() { ...@@ -84,6 +84,8 @@ terminfo() {
libs() { libs() {
pkgdesc="Ncurses libraries" pkgdesc="Ncurses libraries"
depends="$pkgname-terminfo-base" depends="$pkgname-terminfo-base"
provides="ncurses-widec-libs=$pkgver-r$pkgrel"
mkdir -p "$subpkgdir"/usr/ mkdir -p "$subpkgdir"/usr/
mv "$pkgdir"/usr/lib "$subpkgdir"/usr/ mv "$pkgdir"/usr/lib "$subpkgdir"/usr/
} }
......
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