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.
18 lines
385 B
18 lines
385 B
import "compile/configure"
|
|
|
|
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" \
|
|
"22c911e9042f5ed8fd90cbeeb9589015"
|
|
header_end
|
|
|
|
cd "$name-$version/libpit"
|
|
./configure
|
|
make
|
|
|
|
cd "../heimdall"
|
|
compile_configure
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh et:
|
|
|