diff options
Diffstat (limited to 'data/top/make.sh')
-rw-r--r-- | data/top/make.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/top/make.sh b/data/top/make.sh new file mode 100644 index 000000000..a2a21d3ca --- /dev/null +++ b/data/top/make.sh @@ -0,0 +1,5 @@ +tar -zxvf "${PKG_DATA}/top-37.tar.gz" +cd top-37 +pkg:patch +make CC=arm-apple-darwin-gcc AR=arm-apple-darwin-ar RANLIB=arm-apple-darwin-ranlib +make install STRIP=arm-apple-darwin-strip DSTROOT="${PKG_DEST}" |