Renamed .SMBuild files to smbuild for simplicity Added musl-fts, musl-obstack, glslang, python-glad, libptytty, libmilter, elfutils and fuse to base section build list Discarded fuse2 and fuse3 from base section Temporarily discarded slapt-get, syslinux, p7zip, acpid, libelf-compat, gnu-eif, libtirpc, mozilla-nss, lua53, qpdf, kernel-source and signify from base section build list Disabled nls and made amends to base/e2fsprogs Upgraded base/git to 2.46.2 Upgraded extra/gnumeric to 1.12.57 Disabled nls in base/gnutls, extra/dia Disabled a patch and made amends in base/llvm Fixed configure.local file in base/mandoc Upgraded base/rust to 1.79 Fixed a ton of build files to use build prefix as /usr and miscellaneous changes Discarded extra/bluez,blueman,scrcpy,adafruit-io Added tomb to extra Added new build option to extra/libass Upgraded extra/mpv to 0.37.0 Disabled tests in gtk/gdk-pixbuf Upgraded gtk/goffice to 0.10.57 Added gtk-doc to gtk section Fixed build options in gtk/gtk2 Added new patches to gtk/gtk3 Added gtksourceview to gtk section Added vulkan-headers to xorg section Upgraded xorg/mesa to 23.1.9 Added libplacebo to xorg section Fixed build stuff in xorg/glew
34 lines
788 B
Bash
34 lines
788 B
Bash
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
|
app=mksh
|
|
version=r56c
|
|
sversion=R56c
|
|
build=1sml
|
|
homepage="https://www.mirbsd.org/mksh.htm"
|
|
download="http://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-$sversion.tgz"
|
|
desc="MirBSD Korn Shell, successor to the pdksh"
|
|
requires="musl"
|
|
|
|
prepbuilddir() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$sversion
|
|
|
|
tar xf $srcdir/$app-$sversion.tgz
|
|
cd "$app"
|
|
fixbuilddirpermissions
|
|
}
|
|
|
|
build() {
|
|
chmod +x Build.sh
|
|
CFLAGS+=" -static" ./Build.sh
|
|
|
|
install -Dm 644 mksh.1 $pkg/usr/share/man/man1/mksh.1
|
|
install -Dm 755 mksh $pkg/usr/bin/mksh
|
|
|
|
head -n 26 Build.sh > $pkgdocs/LICENSE
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
7e4cd2d24c6bca2ebad7c6b02d158188e766bd4693d93f5bed198d69238aef078d42ce911431ad4e419e4af55083047d823bfad53973db5c6d8a685482770135 mksh-R56c.tgz
|
|
"
|