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.
16 lines
326 B
16 lines
326 B
name=gmp
|
|
shortver=6.0.0
|
|
version=${shortver}a
|
|
|
|
dlextract "https://ftp.gnu.org/gnu/$name/$name-$version.tar.xz" \
|
|
"1e6da4e434553d2811437aa42c7f7c76"
|
|
header_end
|
|
|
|
cd "$name-$shortver"
|
|
|
|
./configure --prefix=/usr
|
|
make
|
|
do_check make check
|
|
make DESTDIR="$dir_install" install
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh et:
|
|
|