Cross package maker. DEB/RPM generation or conversion. Derived from jordansissel/fpm.

⌈⌋ ⎇ branch:  cross package maker


Artifact [bf78ad56d4]

Artifact bf78ad56d4e096a9ef7f78d6595cbda2856d47d0:

  • File templates/solaris.erb — part of check-in [a41122a416] at 2012-11-28 10:17:25 on branch trunk — Restore solaris package building I'm not sure all cases are correctly handled but previously no package at all would be built (user: exoadmin@OI-Build.(none) size: 511) [more...]

CLASSES=none
TZ=PST
PATH=/sbin:/usr/sbin:/usr/bin:/usr/sadm/install/bin
BASEDIR=/
PKG=<%= name %>
NAME=<%= name %>
ARCH=<%= architecture %>
VERSION=<%= version %><%= iteration && "-" + iteration.to_s %>
CATEGORY=application
<%# pkginfo(4) says DESC is max 256 characters -%>
DESC=<%= description.split("\n").first[0..255] or "no description given" %>
VENDOR=<%= maintainer %>
<%# Take maintainer of "Foo <bar@baz.com>" and use "bar@baz.com" -%>
EMAIL=<%= (maintainer[/<.+>/] or maintainer).gsub(/[<>]/, "") %>