You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
347 B
15 lines
347 B
8 years ago
|
import 'compile/cmake'
|
||
9 years ago
|
|
||
|
name=armips
|
||
6 years ago
|
version=0.10.0
|
||
9 years ago
|
|
||
6 years ago
|
dlextract "https://github.com/Kingcom/$name/archive/v$version/$name-$version.tar.gz" \
|
||
|
'9fae4ec74af09eab180a4cf7d8100c87'
|
||
7 years ago
|
_
|
||
9 years ago
|
|
||
6 years ago
|
cd "$name-$version"
|
||
8 years ago
|
compile_cmake -I
|
||
7 years ago
|
install -Dm755 -t "$dir_install/$dir_prefix/$dir_bin" "build/$name"
|
||
9 years ago
|
|
||
8 years ago
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|