mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
make, scripts: Fix CentOS 7 build
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
f5c33174fb
commit
20f675c280
5 changed files with 38 additions and 7 deletions
|
|
@ -16,16 +16,20 @@ libname = none
|
|||
|
||||
[pkg.requires.os]
|
||||
run = python
|
||||
build = cvs, make, inkscape, pkg-config
|
||||
build = cvs, make, inkscape
|
||||
|
||||
[pkg.requires.centos]
|
||||
run = hostname
|
||||
build = epel-release, pkgconfig
|
||||
|
||||
[pkg.requires.ubuntu-14]
|
||||
build = realpath
|
||||
build = realpath, pkg-config
|
||||
|
||||
[pkg.requires.suse]
|
||||
release = rpmbuild
|
||||
release = rpmbuild, pkg-config
|
||||
|
||||
[pkg.requires.debian]
|
||||
release = devscripts, debhelper, dput, libparse-debcontrol-perl, fakeroot
|
||||
release = devscripts, debhelper, dput, libparse-debcontrol-perl, fakeroot, pkg-config
|
||||
|
||||
[pkg.run.post]
|
||||
rm -f /usr/bin/jcs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue