Remove outdated section in README.

--HG--
extra : convert_revision : ca990b081431af7a92310f7caad8fce1c9ffc5e8
This commit is contained in:
Juan RP 2008-10-28 07:33:26 +01:00
parent c50c3cab2a
commit 5bbe3cb1ad
1 changed files with 0 additions and 22 deletions

22
README
View File

@ -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 <xtraeme@gmail.com>