Changeset 2634 in ProjectBuilder for projects/star/pbconf/1.6/pbfilter/all.yml


Ignore:
Timestamp:
Aug 19, 2020, 1:47:12 AM (4 years ago)
Author:
Bruno Cornec
Message:

add conf to build star with project-builder.org

Location:
projects/star
Files:
3 copied

Legend:

Unmodified
Added
Removed
  • projects/star/pbconf/1.6/pbfilter/all.yml

    r2627 r2634  
    1414  PBREV: $pb->{'rev'}
    1515  PBLOG: no
    16   PBURL: http://freshmeat.net/redir/afio/144/url_tgz/afio-2.5.tar.gz
    17   PBLIC: LGPL
     16  PBURL: http://downloads.sourceforge.net/s-tar/star-1.6.tar.bz2
     17  PBDESC: Star supports several tar archive formats (including ustar,$/GNU tar and new POSIX format). It's faster than other tar$/implementations due to advanced buffering.$/Star is also the only tar implementation under Linux capable$/of archiving Access Control Lists.
     18  PBLIC: GPLv2+ LGPLv2+ CDDL
    1819  PBPKG: $pb->{'pkg'}
    1920  PBTAG: $pb->{'tag'}
    20   PBDESC: Archiver program which writes cpio-format archives
    21   PBSRC: src/%{name}-%{version}.tar.gz
     21  PBSUMMARY: An archiving tool with tar and ACL support
     22  PBSRC: src/%{name}-%{version}.tar.bz2
    2223  PBPATCHCMD: yes
    2324  PBREPO: $pb->{'repo'}
    24 #
    25 # PBSRC is replaced by the source package location after the repo
    26 #
    27 # PBVER is replaced by the version ($pb->{'ver'} in code)
    28 #
    29 # PBDATE is replaced by the date ($pb->{'date'} in code)
    30 #
    31 # PBLOG is replaced by the changelog if value is yes
    32 #
    33 # PBTAG is replaced by the tag ($pb->{'tag'} in code)
    34 #
    35 # PBREV is replaced by the revision ($pb->{'rev'} in code)
    36 #
    37 # PBPKG is replaced by the package name ($pb->{'pkg'} in code)
    38 #
    39 # PBPACKAGER is replaced by the packager name ($pb->{'packager'} in code)
    40 #
    41 # PBDESC contains the description of the package
    42 #
    43 # PBURL contains the URL of the Web site of the project
    44 # Using tar.gz as needed by pb
    45 #
    46 # License
    47 #
    48 # Patch management
    49 # PBPATCHSRC is replaced by the patches names if value is yes
    50 # PBPATCHCMD is replaced by the patches commands if value is yes
Note: See TracChangeset for help on using the changeset viewer.