|
Last change
on this file since 1614 was 1341, checked in by Bruno Cornec, 15 years ago |
r4350@localhost: bruno | 2011-10-19 15:38:52 +0200
- Introduce the structure of a new tool, pbmkbm which aims at creating custom bootable media
|
|
File size:
401 bytes
|
| Line | |
|---|
| 1 | #
|
|---|
| 2 | # $Id$
|
|---|
| 3 | #
|
|---|
| 4 | # Filter for rpm build
|
|---|
| 5 | #
|
|---|
| 6 | # PBGRP is replaced by the RPM group of apps
|
|---|
| 7 | filter PBGRP = System/Configuration/Packaging
|
|---|
| 8 |
|
|---|
| 9 | # PBDEP is replaced by the list of dependencies
|
|---|
| 10 | filter PBDEP =
|
|---|
| 11 |
|
|---|
| 12 | # PBSUF is replaced by the package name ($pb->{'suf'} in code)
|
|---|
| 13 | filter PBSUF = $pb->{'suf'}
|
|---|
| 14 |
|
|---|
| 15 | # Special for pb : MakeMaker has various variable for the dest dir
|
|---|
| 16 | filter PBKEYWORD = destdir
|
|---|
| 17 | filter PBFINALDIR =
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.