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

Last change on this file since 454 was 454, checked in by Bruno Cornec, 16 years ago

Working on afio rpms

File size: 1.5 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)
22#pbwf 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
47# Hash of valid version names
48#version afio = devel,stable
49
50# Adapt to your needs:
51# Optional if you need to overwrite the global values above
52#
53#pkgver afio = stable
54#pkgtag afio = 3
55# Hash of default package/package directory
56defpkgdir afio = dir-afio
57# Hash of additional package/package directory
58#extpkgdir minor-pkg = dir-minor-pkg
59
60# List of files per pkg on which to apply filters
61# Files are mentioned relatively to pbroot/defpkgdir
62#filteredfiles afio = Makefile.PL,configure.in,install.sh,afio.8
63#supfiles afio = afio.init
Note: See TracBrowser for help on using the repository browser.