15 lines
313 B
Plaintext
Executable File
15 lines
313 B
Plaintext
Executable File
#!/usr/bin/env modbuild
|
|
|
|
pbuild::set_download_url "ftp://download.osgeo.org/libtiff/$P-${V_PKG}.tar.gz"
|
|
|
|
CC=gcc
|
|
|
|
pbuild::add_to_group 'Libraries'
|
|
|
|
pbuild::pre_configure() {
|
|
pbuild::add_configure_args "--with-pic=yes"
|
|
pbuild::add_configure_args "--disable-shared"
|
|
pbuild::add_configure_args "--disable-jpeg"
|
|
}
|
|
|