12 lines
254 B
Plaintext
Executable File
12 lines
254 B
Plaintext
Executable File
#!/usr/bin/env modbuild
|
|
|
|
pbuild::set_download_url "https://ftp.gnu.org/gnu/$P/$P-${V_PKG}.tar.gz"
|
|
|
|
# use system gcc to compile
|
|
declare -rx CC=gcc
|
|
|
|
pbuild::add_to_group 'Programming'
|
|
pbuild::install_docfiles 'AUTHORS' 'COPYING' 'NEWS' 'README' 'THANKS'
|
|
|
|
|