HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #701

Ticket #701: mksh-R44.bep

File mksh-R44.bep, 790 bytes (added by drakevr, 2 years ago)
Line 
1DESCRIPTION="MirBSD Korn Shell is an actively developed free implementation of the Korn Shell programming launguage."
2HOMEPAGE="http://mirbsd.de/mksh"
3SRC_URI="https://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R44.tgz"
4REVISION="1"
5CHECKSUM_MD5="fe011686319a8c50d5e237fd5e195fd8"
6STATUS_HAIKU="unstable"
7DEPEND="sys-apps/ed
8                sys-apps/groff"
9BUILD {
10          cd mksh
11          sh Build.sh
12}
13
14INSTALL {
15    cd mksh
16          COMMON_DOCS=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`
17          mkdir -p $COMMON_DOCS/doc/mksh/examples/
18          install -c -s -o user -g root -m 555 mksh /bin/mksh
19          install -c -o user -g root -m 444 dot.mkshrc $COMMON_DOCS/doc/mksh/examples/
20          install -c -o user -g root -m 444 mksh.1 $COMMON_DOCS/man/man1/mksh.1
21}
22
23LICENSE="MirOS"
24COPYRIGHT="2002-2013 Thorsten Glaser"

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/