diff options
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 |