Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1 @@ +libc.so.6 Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,22 @@ +name : mksh +version : 56 +release : 1 +source : + - http://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R56c.tgz : dd86ebc421215a7b44095dc13b056921ba81e61b9f6f4cdab08ca135d02afb77 +license : MirOS +component : system.utils +summary : mksh is a modified Korn Shell created for MirBSD +description : | + mksh is the modified version of the Korn Shell developed for MirBSD. It is required by the kwalletcli helper scripts. +builddeps : + - glibc +build : | + cd $workdir + sh Build.sh -r +install : | + cd $workdir + install -D -c -s -o root -g bin -m 555 mksh $installdir/bin/mksh + mkdir -pv $installdir/usr/share/doc/mksh/examples + install -D -c -o root -g bin -m 444 dot.mkshrc $installdir/usr/share/doc/mksh/examples/ + mkdir -pv $installdir/usr/share/man/man1 + install -D -c -o root -g bin -m 444 lksh.1 mksh.1 $installdir/usr/share/man/man1/ Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,36 @@ + + + mksh + + Matthew Stobbs + matthew@sproutingcommunications.com + + MirOS + system.utils + mksh is a modified Korn Shell created for MirBSD + mksh is the modified version of the Korn Shell developed for MirBSD. It is required by the kwalletcli helper scripts. + + https://solus-project.com/sources/README.Solus + + + mksh + mksh is a modified Korn Shell created for MirBSD + mksh is the modified version of the Korn Shell developed for MirBSD. It is required by the kwalletcli helper scripts. + + system.utils + + /bin + /usr/share/doc + /usr/share/man + + + + + 2018-04-03 + 56 + Packaging update + Matthew Stobbs + matthew@sproutingcommunications.com + + + \ No newline at end of file