Files
MX_Pmodule/Programming/automake/build
2018-10-11 23:08:23 +02:00

24 lines
350 B
Plaintext
Executable File

#!/usr/bin/env modbuild
pbuild::set_download_url "https://ftp.gnu.org/gnu/$P/$P-$V.tar.gz"
# use system gcc to compile
declare -rx CC=gcc
pbuild::add_to_group 'Programming'
pbuild::install_docfiles \
AUTHORS \
COPYING \
ChangeLog \
HACKING \
NEWS \
README \
THANKS
# Local Variables:
# mode: sh
# sh-basic-offset: 8
# tab-width: 8
# End: