source: ProjectBuilder/projects/afio/pbconf/2.5/afio.pb@ 456

Last change on this file since 456 was 456, checked in by Bruno Cornec, 16 years ago
  • pb now generates testver in the .pb for newproj
  • afio rpm build correct
File size: 1.6 KB
Line 
1#
2# Project Builder configuration file
3# For project afio
4#
5# $Id$
6#
7
8#
9# What is the project URL
10#
11#pburl afio = svn://svn.afio.org/afio/devel
12#pburl afio = svn://svn+ssh.afio.org/afio/devel
13#pburl afio = cvs://cvs.afio.org/afio/devel
14#pburl afio = http://www.afio.org/src/afio-devel.tar.gz
15#pburl afio = ftp://ftp.afio.org/src/afio-devel.tar.gz
16#pburl afio = file:///src/afio-devel.tar.gz
17#pburl afio = dir:///src/afio-devel
18pburl afio = http://members.brabant.chello.nl/~k.holtman/afio-2.5.tgz
19
20# Check whether project is well formed
21# (containing already a directory with the project-version name)
22pbwf afio = 1
23
24# Repository
25pbrepo afio = ftp://ftp.project-builder.org
26
27#
28# Packager label
29#
30pbpackager afio = Bruno Cornec <bruno@project-builder.org>
31#
32
33# For delivery to a machine by SSH (potentially the FTP server)
34# Needs hostname, account and directory
35#
36sshhost afio = www.project-builder.org
37sshlogin afio = afio
38sshdir afio = /mondo/ftp
39sshport afio = 22
40
41#
42# Global version/tag for the project
43#
44projver afio = 2.5
45projtag afio = 1
46
47testver afio = true
48
49# Hash of valid version names
50#version afio = devel,stable
51
52# Adapt to your needs:
53# Optional if you need to overwrite the global values above
54#
55#pkgver afio = stable
56#pkgtag afio = 3
57# Hash of default package/package directory
58defpkgdir afio = dir-afio
59# Hash of additional package/package directory
60#extpkgdir minor-pkg = dir-minor-pkg
61
62# List of files per pkg on which to apply filters
63# Files are mentioned relatively to pbroot/defpkgdir
64#filteredfiles afio = Makefile.PL,configure.in,install.sh,afio.8
65#supfiles afio = afio.init
Note: See TracBrowser for help on using the repository browser.