summaryrefslogtreecommitdiff
path: root/data/ncurses/make.sh
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-02-23 22:55:11 +0000
committerJay Freeman <saurik@saurik.com>2008-02-23 22:55:11 +0000
commitea11e48e252bb1df2d1229ef01fde0219c88bf3a (patch)
tree3cb44454ea11a1d2b5d608f5c9e03100428f212f /data/ncurses/make.sh
parentb1e14be1a7ca693a619a174531a53ed32efcc818 (diff)
Fixed the install_name on the various ncurses libraries.
git-svn-id: http://svn.telesphoreo.org/trunk@95 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/ncurses/make.sh')
-rw-r--r--data/ncurses/make.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/data/ncurses/make.sh b/data/ncurses/make.sh
index 5ad559445..5fbd1dd65 100644
--- a/data/ncurses/make.sh
+++ b/data/ncurses/make.sh
@@ -1,5 +1,6 @@
-tar -zxvf "${PKG_DATA}/ncurses-5.6.tar.gz"
-cd ncurses-5.6
+pkg:extract
+cd *
+pkg:patch
pkg:configure --with-shared --without-normal --without-debug
make
pkg:install