Changeset 501 in ProjectBuilder for projects/buffer/pbconf/1.19/pbfilter/all.pbf


Ignore:
Timestamp:
Aug 3, 2008, 1:23:15 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • pb now uses upcoming 0.9.3 format for its build files
  • buffer now builds (RPM only ATM) using the new 0.9.3 format + a local patch
File:
1 edited

Legend:

Unmodified
Added
Removed
  • projects/buffer/pbconf/1.19/pbfilter/all.pbf

    r458 r501  
    66#
    77# PBREPO is replaced by the root URL to access the repository
    8 filter PBREPO = $pbrepo
     8filter PBREPO = $pb->{'repo'}
    99
    1010# PBSRC is replaced by the source package location after the repo
    1111filter PBSRC = src/%{name}-%{version}.tar.gz
    1212
    13 # PBVER is replaced by the version ($pbver in code)
    14 filter PBVER = $pbver
     13# PBVER is replaced by the version ($pb->{'ver'} in code)
     14filter PBVER = $pb->{'ver'}
    1515
    16 # PBDATE is replaced by the date ($pbdate in code)
    17 filter PBDATE = $pbdate
     16# PBDATE is replaced by the date ($pb->{'date'} in code)
     17filter PBDATE = $pb->{'date'}
    1818
    1919# PBLOG is replaced by the changelog if value is yes
    2020filter PBLOG = yes
    2121
    22 # PBTAG is replaced by the tag ($pbtag in code)
    23 filter PBTAG = $pbtag
     22# License
     23filter PBLIC = GPL
    2424
    25 # PBREV is replaced by the revision ($pbrev in code)
    26 filter PBREV = $pbrev
     25# PBPATCHSRC is replaced by the patches names if value is yes
     26filter PBPATCHSRC = yes
    2727
    28 # PBPKG is replaced by the package name ($pbpkg in code)
    29 filter PBPKG = $pbpkg
     28# PBPATCHCMD is replaced by the patches commands if value is yes
     29filter PBPATCHCMD = yes
    3030
    31 # PBPACKAGER is replaced by the packager name ($pbpackager in code)
    32 filter PBPACKAGER = $pbpackager
     31# PBTAG is replaced by the tag ($pb->{'tag'} in code)
     32filter PBTAG = $pb->{'tag'}
     33
     34# PBREV is replaced by the revision ($pb->{'rev'} in code)
     35filter PBREV = $pb->{'rev'}
     36
     37# PBPKG is replaced by the package name ($pb->{'pkg'} in code)
     38filter PBPKG = $pb->{'pkg'}
     39
     40# PBPACKAGER is replaced by the packager name ($pb->{'packager'} in code)
     41filter PBPACKAGER = $pb->{'packager'}
    3342
    3443# PBDESC contains the description of the package
Note: See TracChangeset for help on using the changeset viewer.