-> Upgraded boost to 1.86.0, fixed broken symlinks -> Discarded chrony raspberry pi conf example and README -> Allow cmake to install elf binaries in /usr instead of /usr/bin temporarily, also enable options to link cmake against system deps -> Removed aarch64 raspberry pi 64 build option in fftw and flac -> Disable generation of nls files in gawk -> Added /usr to some build files
37 lines
903 B
Text
Executable file
37 lines
903 B
Text
Executable file
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
|
app=dialog
|
|
version=1.3
|
|
vversion=20240619
|
|
build=1sml
|
|
homepage="https://invisible-island.net/archives/dialog/"
|
|
desc="display dialog boxes from shell scripts"
|
|
requires="netbsd-curses"
|
|
|
|
prepbuilddir() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version-$vversion.tar.?z
|
|
cd "$app-$version-$vversion"
|
|
fixbuilddirpermissions
|
|
}
|
|
|
|
build() {
|
|
./configure \
|
|
--prefix=/usr \
|
|
--bindir=/bin \
|
|
--with-shared \
|
|
--without-x
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
cp COPYING $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
0cfdef91212009306101a91745183639a103d5b07d33d47601197fd95431ed9187eb38b0cd75537a91d98d35c9be0c92655e33ec4670d496bf9f6cc17701ee87 dialog-1.3-20170509.tar.lz
|
|
12f68bf7ed42452c4ee3e9a763b7f4b9d7fc04d36cc4a1f4f66e3b2050f92b141f16ebcb05d16e520a20e1d2067ae55fa08f747efedbd77370455f4ad180dc63 dialog-1.3-20240619.tar.lz
|
|
"
|