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.
14 lines
309 B
14 lines
309 B
import 'compile/configure'
|
|
|
|
name=gputils
|
|
majver=1.5.0
|
|
version=$majver-1
|
|
|
|
dlextract "https://sourceforge.net/projects/$name/files/$name/$majver/$name-$version.tar.bz2" \
|
|
'1fddfcba61c442d1e51bb0823dd6c34a'
|
|
_
|
|
|
|
cd "$name-$majver"
|
|
compile_configure
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|
|
|