root/pbibuild/modules/scilab/pbi.conf

Revision 1889, 1.1 kB (checked in by kris, 4 months ago)

Added a scilab module to the build server

  • Property svn:executable set to *
Line 
1#!/bin/bash
2# PBI Building template
3# Copyright 2007 PC-BSD Software
4##############################################################################
5
6# Program Name
7PROGNAME="SciLab"
8
9# Program Website
10PROGWEB="http://www.scilab.org"
11
12# Program Author
13PROGAUTHOR="The Scilab Consortium"
14
15# Default Icon (Relative to overlay-dir)
16PROGICON="scilab.png"
17
18# Port we want to build
19PBIPORT="/usr/ports/math/scilab/"
20
21# Set to "Auto or NONE" to have the PBI creator auto-populate libs or not
22PROGLIBS="Auto"
23
24# PBI Update URL set to "" or the http:// URL of update checker
25PBIUPDATE="http://update.pbidir.com"
26
27# Other Ports we need built (One per line)
28OTHERPORT="/usr/ports/math/scilab-toolbox-sivp/
29/usr/ports/math/scilab-toolbox-swt"
30
31# Enter your custom make options here
32MAKEOPTS="LDFLAGS=\"-Wl,--rpath=/Programs/SciLab/autolibs\"
33PREFIX=/Programs/SciLab
34WITHOUT_GNOME=yes"
35
36# Build Key - Change this to anything else to trigger a rebuild
37#           - The rebuild will take place even if port is still the same ver
38BUILDKEY="11"
39
40export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
Note: See TracBrowser for help on using the browser.