Programming/perl
- reviewed
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#!/usr/bin/env modbuild
|
||||
|
||||
SOURCE_URL="http://www.cpan.org/src/5.0/$P-$V.tar.gz"
|
||||
pbuild::set_download_url "http://www.cpan.org/src/5.0/$P-$V.tar.gz"
|
||||
|
||||
pbuild::compile_in_sourcetree
|
||||
pbuild::add_to_group 'Programming'
|
||||
|
||||
pbuild::configure() {
|
||||
"${SRC_DIR}"/configure.gnu \
|
||||
@@ -8,10 +11,7 @@ pbuild::configure() {
|
||||
|| exit 1
|
||||
}
|
||||
|
||||
pbuild::post_build() {
|
||||
make test
|
||||
pbuild::post_compile() {
|
||||
make test || :
|
||||
}
|
||||
|
||||
pbuild::compile_in_sourcetree
|
||||
pbuild::add_to_group 'Programming'
|
||||
pbuild::make_all
|
||||
|
||||
Reference in New Issue
Block a user