source: ProjectBuilder/devel/pbconf/pb.pb@ 34

Last change on this file since 34 was 34, checked in by Bruno Cornec, 17 years ago

We want to filter the new makefile.PL to expand variables

File size: 763 bytes
Line 
1#
2# Project Builder configuration file
3# For project pb ;-)
4#
5# $Id$
6#
7
8# confparam is a hash to ease interface
9# Root directory of the pb project
10confparam pbroot = "/users/bruno/pb/svn/devel"
11
12# Packager for ChangeLogs
13confparam packager = "Bruno Cornec <bruno@mondorescue.org>"
14
15# If CVS give login method with CVSROOT
16#cvsroot = ":pserver:anonymous@linuxcoe.cvs.sourceforge.net:/cvsroot/linuxcoe"
17confparam cvsroot = " "
18
19# Hash of default package/package directory
20defpkgdir project-builder = pb
21
22# Hash of additional package/package directory
23extpkgdir project-builder-doc = pb-doc
24
25# Hash of valid version names
26version devel
27version stable
28
29# List of files on which to apply filters
30# Files are mentioned relatively to pbroot
31filteredfiles pb/Makefile.PL
Note: See TracBrowser for help on using the repository browser.