diff --git a/README b/README index c68fb34fe9a..7c4a507e315 100644 --- a/README +++ b/README @@ -104,27 +104,5 @@ installed): That's more or less 40% faster! that's the price you pay for having those wrappers in pkgsrc that aren't very useful on NetBSD :-) ------------------------------------------------------------------------------- - HOW TO MAKE TEMPLATES ------------------------------------------------------------------------------- - -A template in xbps is just a small text file with a few variables that are -required to build the package. xbps should be easy to work on, and -making templates shouldn't be too hard... if you have made any pkgsrc, it -should be trivial. - -The required variables are: pkgname, build_type, extract_sufx, url -and checksum. Also there are some optional, like make_cmd, wrksrc, -configure_args, configure_env, make_build_args, make_install_args, etc. - -Please take a look at the example.tmpl file located in the templates/ -directory. - -Also to help you creating templates and dependencies, there's a script -that will ask you some required information and will create the template -file once the distfile is downloaded: mktmpl.sh. - -Try it and let me know if you have any problem or suggestion. - ------------------------------------------------------------------------------ Juan Romero Pardines