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
365 B
15 lines
365 B
8 years ago
|
import 'compile/configure'
|
||
|
|
||
|
name=kexec-tools
|
||
|
version=2.0.14
|
||
|
update_url='https://www.kernel.org/pub/linux/utils/kernel/kexec/'
|
||
|
|
||
|
dlextract "https://www.kernel.org/pub/linux/utils/kernel/kexec/$name-$version.tar.xz" \
|
||
|
'4164abff8ed21e9f94d57f535c2f77bf'
|
||
|
header_end
|
||
|
|
||
|
cd "$name-$version"
|
||
|
compile_configure
|
||
|
|
||
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|