smlinux/base/dialog/dialog.SMBuild
PktSurf a6bc50adc7 Added elfutils and fuse to base
Removed build options that placed elf binaries in /bin
Removed executable bit from some build files
2024-10-29 15:25:51 +05:30

35 lines
No EOL
725 B
Text

# 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 \
--with-shared \
--without-x
make
make install DESTDIR=$pkg
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
12f68bf7ed42452c4ee3e9a763b7f4b9d7fc04d36cc4a1f4f66e3b2050f92b141f16ebcb05d16e520a20e1d2067ae55fa08f747efedbd77370455f4ad180dc63 dialog-1.3-20240619.tar.lz
"