23 lines
359 B
Plaintext
Executable File
23 lines
359 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 \
|
|
COPYING.EXCEPTION \
|
|
COPYINGv3 \
|
|
NEWS \
|
|
README \
|
|
THANKS
|
|
|
|
# Local Variables:
|
|
# mode: sh
|
|
# sh-basic-offset: 8
|
|
# tab-width: 8
|
|
# End:
|