diff options
author | Jay Freeman <saurik@saurik.com> | 2008-03-05 23:40:19 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-03-05 23:40:19 +0000 |
commit | 7def74ccf0d9bacc8be063da4966477f6602589f (patch) | |
tree | 8df105657902f1258b0e804310fe14fa54609fdc /data/bitchx/make.sh | |
parent | 2b2eba3d88799c17ed7fd72f5964eae044086535 (diff) |
Added BitchX for Morphis.
git-svn-id: http://svn.telesphoreo.org/trunk@156 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/bitchx/make.sh')
-rw-r--r-- | data/bitchx/make.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/bitchx/make.sh b/data/bitchx/make.sh new file mode 100644 index 000000000..bcac3cfc2 --- /dev/null +++ b/data/bitchx/make.sh @@ -0,0 +1,7 @@ +pkg:extract +cd BitchX +pkg:patch +pkg:configure +make +make install prefix="${PKG_DEST}/usr" +pkg: ln -sf BitchX-1.1-final /usr/bin/BitchX |