source: ProjectBuilder/projects/fossology/pbconf/trunk/pbfilter/md.pbf@ 610

Last change on this file since 610 was 610, checked in by Bruno Cornec, 15 years ago
  • Use of a new macro PBPHPINI for PHP configuration in post-install of fossology
  • libmagic-devel is a mandriva dependency only. fedora needs file-devel, rhel file.
  • use LIBDIR in make install to deal with 64 bits support.
  • Remains only the /etc/default part to handle
File size: 580 bytes
Line 
1# Specific group for Mandriva for fossology
2# Cf: http://wiki.mandriva.com/en/Development/Packaging/Groups
3filter PBGRP = System/Servers
4
5# PBLIC is replaced by the license of the application
6# Cf: http://wiki.mandriva.com/en/Development/Packaging/Licenses
7filter PBLIC = GPL
8
9# PBDEP is replaced by the list of dependencies
10filter PBDEP = libextractor libextractor-plugins cabextract genisoimage upx sleuthkit
11
12# PBBUILDDEP is replaced by the list of build dependencies
13filter PBBUILDDEP = perl-Text-Template subversion libextractor-devel libmagic-devel
14
15PBPHPINI = /etc/php.ini
Note: See TracBrowser for help on using the repository browser.