# # $Id$ # # Filter for all files # # PBSRC is replaced by the source package format filter PBSRC = ftp://ftp.dploy.org/src/%{name}-%{version}.tar.gz # PBVER is replaced by the version ($pb->{'ver'} in code) filter PBVER = $pb->{'ver'}$pb->{'extdir'} # PBDATE is replaced by the date ($pb->{'date'} in code) filter PBDATE = $pb->{'date'} # PBLOG is replaced by the changelog if value is yes filter PBLOG = yes # PBTAG is replaced by the tag ($pb->{'tag'} in code) filter PBTAG = $pb->{'tag'} # PBREV is replaced by the revision ($pb->{'rev'} in code) filter PBREV = $pb->{'rev'} # PBPKG is replaced by the package name ($pb->{'pkg'} in code) filter PBPKG = $pb->{'pkg'} # PBPACKAGER is replaced by the packager name ($pb->{'packager'} in code) filter PBPACKAGER = $pb->{'packager'} # PBDESC contains the description of the package filter PBDESC = "dploy.org is a deployment server in a box" # PBURL contains the URL of the Web site of the project filter PBURL = http://www.dploy.org # Project Name filter PBPROJ = $pb->{'proj'}