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

⌈⌋ ⎇ branch:  cross package maker


Artifact [88bfbb480c]

Artifact 88bfbb480c1581863a5bd09be5434008d6e1b7cf:

  • File templates/solaris.erb — part of check-in [b94bab615e] at 2011-06-15 07:05:24 on branch trunk — - solaris package building works. Big thanks to Ben Rockwood for giving me access to a Joyent Solaris system so I could make this happen. (user: jls@semicomplete.com size: 502) [more...]

CLASSES=none
BASEDIR=/usr/local
TZ=PST
PATH=/sbin:/usr/sbin:/usr/bin:/usr/sadm/install/bin
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[/<.+>/].gsub(/[<>]/, "") %>