Merge pull request #62 from braoru/rpm-deps

Added rpm dependencies to the rpm package
This commit is contained in:
Josh Suereth 2014-01-21 05:01:40 -08:00
commit a16832acd3
1 changed files with 2 additions and 0 deletions

View File

@ -142,6 +142,8 @@ object Packaging {
rpmVendor := "typesafe",
rpmUrl := Some("http://github.com/paulp/sbt-extras"),
rpmLicense := Some("BSD"),
rpmRequirements :=Seq("java","java-devel","jpackage-utils"),
rpmProvides := Seq("sbt"),
// WINDOWS SPECIFIC