Christian Wiese
14 years ago
3 changed files with 84 additions and 0 deletions
@ -0,0 +1,21 @@
|
||||
|
||||
[TIMESTAMP] 1301792018 Sun Apr 3 02:53:38 2011 |
||||
[BUILDTIME] 5 (5) |
||||
[SIZE] 0.43 MB, 9 files |
||||
|
||||
[DEP] bash |
||||
[DEP] binutils |
||||
[DEP] bzip2 |
||||
[DEP] coreutils |
||||
[DEP] cpio |
||||
[DEP] diffutils |
||||
[DEP] fhs |
||||
[DEP] findutils |
||||
[DEP] gawk |
||||
[DEP] gcc |
||||
[DEP] glibc |
||||
[DEP] grep |
||||
[DEP] linux-header |
||||
[DEP] sed |
||||
[DEP] sysfiles |
||||
[DEP] util-linux-ng |
@ -0,0 +1,30 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../mksh/mksh.conf |
||||
# Copyright (C) 2011 The OpenSDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# This program is free software; you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
autoextract=0 |
||||
|
||||
makeopt= |
||||
makeinstopt= |
||||
|
||||
mksh_postmake () { |
||||
bunzip2 -dc `match_source_file -p mksh` > $builddir/mksh-$ver.cpio.gz |
||||
cat $builddir/mksh-$ver.cpio.gz | cpio -idcmv |
||||
mkdir $builddir/build; cd $builddir/build; |
||||
/bin/sh ../mksh/Build.sh -r |
||||
install -c -s -o root -g bin -m 555 $builddir/build/mksh $root/bin/mksh |
||||
install -c -o root -g bin -m 644 $builddir/mksh/dot.mkshrc $root/etc/skel/.mkshrc |
||||
install -c -o root -g root -m 644 $builddir/mksh/mksh.1 $root/usr/man/man1/ |
||||
} |
||||
hook_add postmake 5 "mksh_postmake" |
||||
|
@ -0,0 +1,33 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../mksh/mksh.desc |
||||
[COPY] Copyright (C) 2011 The OpenSDE Project |
||||
[COPY] |
||||
[COPY] More information can be found in the files COPYING and README. |
||||
[COPY] |
||||
[COPY] This program is free software; you can redistribute it and/or modify |
||||
[COPY] it under the terms of the GNU General Public License as published by |
||||
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||
[COPY] GNU General Public License can be found in the file COPYING. |
||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
[I] MirBSD Korn Shell |
||||
|
||||
[T] The MirBSD Korn Shell is an actively developed free implementation of the |
||||
[T] Korn Shell programming language and a successor to the Public Domain Korn |
||||
[T] Shell (pdksh). |
||||
|
||||
[U] http://mirbsd.mirsolutions.de/mksh.htm |
||||
|
||||
[A] Thorsten Glaser <tg@mirbsd.org> |
||||
[M] Aldas Nabazas <baldzius@gmail.com> |
||||
|
||||
[C] extra/shell |
||||
|
||||
[L] BSD |
||||
[S] Stable |
||||
[V] R39c |
||||
[P] X -----5---9 106.600 |
||||
|
||||
[D] 2849698718 mksh-R39c.cpio.gz https://www.mirbsd.org/MirOS/dist/mir/mksh/ |
Loading…
Reference in new issue