# Contributor: Michael Mason # Maintainer: Natanael Copa pkgname=dialog pkgver=1.3.20190211 _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="247639190c97c1baa6aa2cc75bc17593a0e33fcfcfd6dbc4a1903b55709f8f102c965de03f0620c48463f018525eb77f9b62b39db8331b811a227bbf39b254c4 dialog-1.3-20190211.tgz"