Files
MX_Pmodule/Compiler/gsl/build
2018-10-11 23:08:23 +02:00

22 lines
332 B
Plaintext
Executable File

#!/usr/bin/env modbuild
pbuild::set_download_url "https://ftp.gnu.org/gnu/$P/$P-$V.tar.gz"
pbuild::add_to_group 'Compiler'
pbuild::install_docfiles \
'AUTHORS' \
'BUGS' \
'COPYING' \
'ChangeLog' \
'INSTALL' \
'NEWS' \
'README' \
'THANKS' \
'TODO'
# Local Variables:
# mode: sh
# sh-basic-offset: 8
# tab-width: 8
# End: