root / trunk / data / iokittools / make.sh
| Revision 338, 276 bytes (checked in by saurik, 5 months ago) |
|---|
| Line | |
|---|---|
| 1 | shopt -s extglob |
| 2 | pkg:setup |
| 3 | pkg: mkdir -p /usr/sbin |
| 4 | for tproj in *.tproj; do |
| 5 | tproj=$(basename "${tproj}" .tproj) |
| 6 | ${PKG_TARG}-gcc -lcurses -o "${tproj}" "${tproj}.tproj"/*.c -framework CoreFoundation -framework IOKit -save-temps |
| 7 | pkg: cp -a "${tproj}" /usr/sbin |
| 8 | done |
Note: See TracBrowser
for help on using the browser.
