jamel / pkg4j

Java library for creating OS specific packages.
http://pkg4j.jamel.org
Apache License 2.0
6 stars 3 forks source link

Build RPM packages #5

Open jamel opened 11 years ago

jamel commented 11 years ago

Add RPB package builder

gesellix commented 11 years ago

you might want to have a look at https://github.com/TrigonicSolutions/gradle-rpm-plugin

jamel commented 11 years ago

I know about that gradle plugin. But I want to create core library for building .deb and .rpm packages from one simple as possible configuration. And after that create plugins for various build tools (for begin with gradle, maven, ant).

gesellix commented 11 years ago

Well, that's the reason, why I chose your plugin... I only wanted to make sure you don't reinvent the wheel :)