summaryrefslogtreecommitdiff
path: root/data/screen/make.sh
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-02-14 11:04:41 +0000
committerJay Freeman <saurik@saurik.com>2008-02-14 11:04:41 +0000
commita558f02107242688bdfcac53e0b8f70adff91c89 (patch)
tree18a215fbae1f4de344719498cb98ff4cbd3d3eea /data/screen/make.sh
parent62882fc0471895bc1a47c13e22daf35dcaafecd0 (diff)
Worked on a few more critical packages.
git-svn-id: http://svn.telesphoreo.org/trunk@75 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/screen/make.sh')
-rw-r--r--data/screen/make.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/screen/make.sh b/data/screen/make.sh
new file mode 100644
index 000000000..2408fe6d3
--- /dev/null
+++ b/data/screen/make.sh
@@ -0,0 +1,9 @@
+pkg:extract
+cd *
+pkg:patch
+autoconf
+pkg:configure --disable-pam --with-sys-screenrc=/etc/screenrc
+make
+pkg:install
+pkg: mkdir -p /etc
+pkg: cp -a etc/etcscreenrc /etc/screenrc