# # Project Builder configuration file # For project itop # # $Id$ # # # What is the project URL # pburl itop = svn+https://itop.svn.sourceforge.net/svnroot/itop/trunk #pburl itop = svn://svn+ssh.itop.org/itop/devel #pburl itop = cvs://cvs.itop.org/itop/devel #pburl itop = http://www.itop.org/src/itop-devel.tar.gz #pburl itop = ftp://ftp.itop.org/src/itop-devel.tar.gz #pburl itop = file:///src/itop-devel.tar.gz #pburl itop = dir:///src/itop-devel # Repository pbrepo itop = ftp://ftp.mondorescue.org #pbml itop = itop-announce@lists.itop.org #pbsmtp itop = localhost # Check whether project is well formed # when downloading from ftp/http/... # (containing already a directory with the project-version name) #pbwf itop = 1 # # Packager label # pbpackager itop = Bruno Cornec # # For delivery to a machine by SSH (potentially the FTP server) # Needs hostname, account and directory # sshhost itop = www.mondorescue.org #sshlogin itop = bill sshdir itop = /prj/ftp sshport itop = 22 # # Global version/tag for the project # projver itop = devel projtag itop = 1 # Hash of valid version names version itop = devel # Is it a test version or a production version testver itop = true # Which upper target dir for delivery delivery itop = test # Adapt to your needs: # Optional if you need to overwrite the global values above # #pkgver itop = stable #pkgtag itop = 3 # Hash of default package/package directory defpkgdir itop-core = core defpkgdir itop-modules = modules # Hash of additional package/package directory extpkgdir itop-dev = toolkit # List of files per pkg on which to apply filters # Files are mentioned relatively to pbroot/defpkgdir #filteredfiles itop = Makefile.PL,configure.in,install.sh,itop.8 #supfiles itop = itop.init # For perl modules, names are different depending on distro # Here perl-xxx for RPMs, libxxx-perl for debs, ... # So the package name is indeed virtual #namingtype itop = perl