[Slackbuilds-users] perl-template needs updating

David Spencer baildon.research at googlemail.com
Tue Aug 30 22:45:53 UTC 2016


Hey everybody,

Here for your review is the draft revised perl template that we
discussed last week.

The changed parts are as follows:

# Build method #1 (preferred)
perl Makefile.PL \
  PREFIX=/usr \
  INSTALLDIRS=vendor \
  INSTALLVENDORMAN1DIR=/usr/man/man1 \
  INSTALLVENDORMAN3DIR=/usr/man/man3
make
make test
make install DESTDIR=$PKG

# Build method #2
# requires perl-Module-Build or perl-Module-Build-Tiny
perl Build.PL \
  --installdirs vendor \
  --config installvendorman1dir=/usr/man/man1 \
  --config installvendorman3dir=/usr/man/man3
./Build
./Build test
./Build install \
  --destdir $PKG

Your suggestions (either about the code above, or about any other
parts of the perl template) will be gratefully received.

Thanks!
-D.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: perl-template.SlackBuild
Type: application/octet-stream
Size: 5655 bytes
Desc: not available
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20160830/ab2accab/attachment-0001.obj>


More information about the SlackBuilds-users mailing list