Page MenuHomeSolus

D2755.id.diff
No OneTemporary

D2755.id.diff

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 @@
+<PISI>
+ <Source>
+ <Name>mksh</Name>
+ <Packager>
+ <Name>Matthew Stobbs</Name>
+ <Email>matthew@sproutingcommunications.com</Email>
+ </Packager>
+ <License>MirOS</License>
+ <PartOf>system.utils</PartOf>
+ <Summary xml:lang="en">mksh is a modified Korn Shell created for MirBSD</Summary>
+ <Description xml:lang="en">mksh is the modified version of the Korn Shell developed for MirBSD. It is required by the kwalletcli helper scripts.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>mksh</Name>
+ <Summary xml:lang="en">mksh is a modified Korn Shell created for MirBSD</Summary>
+ <Description xml:lang="en">mksh is the modified version of the Korn Shell developed for MirBSD. It is required by the kwalletcli helper scripts.
+</Description>
+ <PartOf>system.utils</PartOf>
+ <Files>
+ <Path fileType="executable">/bin</Path>
+ <Path fileType="doc">/usr/share/doc</Path>
+ <Path fileType="man">/usr/share/man</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-04-03</Date>
+ <Version>56</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Matthew Stobbs</Name>
+ <Email>matthew@sproutingcommunications.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
May 14 2023, 3:34 AM (12 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5806220
Default Alt Text
D2755.id.diff (3 KB)

Event Timeline