# Description: A tool to display dialog boxes from shell scripts # URL: https://invisible-island.net/dialog/ # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: name=dialog version=1.3_20251001 _version=${version/_/-} release=1 source=(https://invisible-mirror.net/archives/${name}/${name}-${_version}.tgz) build() { cd $name-$_version ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib \ --libexecdir=/usr/lib/$name \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --with-ncursesw make make DESTDIR=$PKG install }