CPANPLUS-Dist-Slackware
view release on metacpan or search on metacpan
lib/CPANPLUS/Dist/Slackware/PackageDescription.pm view on Meta::CPAN
results when called after the distribution has been built, i.e. when the
"blib" directory is available.
=item B<< $pkgdesc->config_function >>
Returns a C<config> shell function that can be added to the F<doinst.sh>
script in the package's F<install> directory.
Only the shell function is returned. You have to add the C<config> function
calls for each configuration file yourself.
=item B<< $pkgdesc->slack_desc >>
Returns a Slackware package description that can be written to the
F<slack-desc> file in the package's F<install> directory.
=item B<< $pkgdesc->build_script >>
Returns a build script that can be written to F<perl-Some-Module.SlackBuild>
in the package's documentation directory.
=item B<< $pkgdesc->readme_slackware >>
Returns the text of a F<README.SLACKWARE> file that can be stored in the
package's documentation directory. The returned document lists the build
dependencies. You can add more text to this document, e.g. a list of
configuration files provided by the package.
=item B<< $pkgdesc->destdir >>
Returns the staging directory where the distribution is temporarily installed,
e.g. F</tmp/CPANPLUS/package-perl-Some-Module-01yEr7X43K>. Defaults to a
package-specific subdirectory in F<$TMP> or F</tmp/CPANPLUS>.
=back
=head1 DIAGNOSTICS
None.
=head1 CONFIGURATION AND ENVIRONMENT
See above and CPANPLUS::Dist::Slackware for supported environment variables.
=head1 DEPENDENCIES
See CPANPLUS::Dist::Slackware.
=head1 INCOMPATIBILITIES
None known.
=head1 SEE ALSO
CPANPLUS::Dist::Slackware
=head1 AUTHOR
Andreas Voegele E<lt>voegelas@cpan.orgE<gt>
=head1 BUGS AND LIMITATIONS
Please report any bugs using the issue tracker at
L<https://github.com/graygnuorg/CPANPLUS-Dist-Slackware/issues>.
=head1 LICENSE AND COPYRIGHT
Copyright 2012-2020 Andreas Voegele
This library is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
See https://dev.perl.org/licenses/ for more information.
=cut
( run in 2.541 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )