Created Package Generation (markdown)

Felipe Zimmerle 2016-01-29 14:09:04 -03:00
parent 8bf5ca4de3
commit a93227d492

24
Package-Generation.md Normal file

@ -0,0 +1,24 @@
# Package Generation
It is very common the need for the generation of customized ModSecurity packages. The need for custom package may be a consequence of the need for new version of ModSecurity, that is not yet available on a given distribution. Or a simple need for a version with specifics configurations/build options.
In this Wiki page, we collect information given by the community on how to generate the packages. Including the packages recipes.
### Version 2.x
#### Rpm Packages
The rpm package recipe is available here:
https://gist.github.com/zimmerle/a2b069f0099c90c142e8#file-0d90c84a7a89d26b9cffb4f987342185fe482118-patch
In order to generate the package, you can use the following:
```bash
$
```
The RPM package generation was a contribution from @antonyh, through the pull request #1052.
#### Deb Packages
### Version 3.x
#### Rpm Packages
#### Deb Packages