Documentation on the NetBSD Packages System | ||
---|---|---|
Prev | Chapter 10. FAQs & features of the package system | Next |
If your package uses a different distribution method from .tar.gz, take a look at the package for plan9/sam, which uses a gzipped shell archive (shar), but the quick solution is to set EXTRACT_SUFX to the name after the DISTNAME field, and add the following to your package's Makefile:
EXTRACT_SUFX= .msg.gz EXTRACT_CMD= zcat EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh