Changeset 289 for trunk/data/ncurses/make.sh
- Timestamp:
- 05/15/08 22:42:59 (8 months ago)
- Files:
-
- 1 modified
-
trunk/data/ncurses/make.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/ncurses/make.sh
r218 r289 1 1 pkg:setup 2 pkg:configure --with-shared --without-normal --without-debug 2 cd .. 3 dir=$(echo *) 4 mkdir bld-ncurses{,w} 5 cd bld-ncurses 6 PKG_CONF=../${dir}/configure pkg:configure --with-shared --without-normal --without-debug --enable-sigwinch 3 7 make 4 8 pkg:install 9 cd ../bld-ncursesw 10 PKG_CONF=../${dir}/configure pkg:configure --with-shared --without-normal --without-debug --enable-sigwinch --disable-overwrite --enable-widec 11 make 12 pkg:install
