# Contributor: Michael Mason # Maintainer: Natanael Copa pkgname=dialog pkgver=1.3.20190724 _pkgver=${pkgver%.*}-${pkgver##*.} pkgrel=0 pkgdesc="Script interpreter providing curses widgets" url="https://invisible-island.net/dialog/dialog.html" arch="all" options="!check" # No test suite. license="LGPL-2.1-only" makedepends="ncurses-dev" subpackages="$pkgname-doc $pkgname-static" source="https://invisible-mirror.net/archives/$pkgname/$pkgname-$_pkgver.tgz" builddir="$srcdir/$pkgname-$_pkgver" build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --with-ncursesw make } package() { cd "$builddir" make DESTDIR="$pkgdir" install } static() { pkgdesc="$pkgdesc (static library)" depends="" mkdir -p "$subpkgdir"/usr/lib mv "$pkgdir"/usr/lib/*.a "$subpkgdir"/usr/lib } sha512sums="85dbec30bbd5bf5f3e40c8cf2af54236050fe3f96ca66c22d21e0447c2b851d7529b3d155d76b946e9360262959a44bf436b7f7fcf49040b38cc3f6c106c4b81 dialog-1.3-20190724.tgz"