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.
19 lines
385 B
19 lines
385 B
8 years ago
|
import 'compile/configure'
|
||
9 years ago
|
|
||
|
name=Heimdall
|
||
|
version=1.4.1
|
||
|
update_url="https://github.com/Benjamin-Dobell/$name/releases"
|
||
|
|
||
|
dlextract "https://github.com/Benjamin-Dobell/$name/archive/v$version.tar.gz" \
|
||
8 years ago
|
'22c911e9042f5ed8fd90cbeeb9589015'
|
||
9 years ago
|
header_end
|
||
|
|
||
|
cd "$name-$version/libpit"
|
||
|
./configure
|
||
|
make
|
||
|
|
||
|
cd "../heimdall"
|
||
|
compile_configure
|
||
|
|
||
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh et:
|