jw-pkg/make/project.conf
Jan Lindemann b7b2e9d5f4 project.conf: pkg.requires.build.os: -inkscape, +cpio
Remove dependency inkscape: It's needed by svg-to-pixmap.mk, but not
for building jw-pkg. If anything, -devel should depend on it, but
that seems a little heavy handed and can be achieved by packages
which know that they include svg-to-pixmap.mk.

Add dependency cpio: Needed by pkg.sh to copy a the source file tree.
Will be removed again as soon as pkg.sh goes Python.

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-03-14 11:25:46 +01:00

55 lines
1.2 KiB
Text

[summary]
janware GmbH software build system
[description]
A package providing a lightweight cross-platform software build and packaging
system, for use both standalone and from within a janware software build tree.
[global]
group = "Development/Tools/Building"
subpackages = run devel
license = LGPL 2
jw-maintainer = jan
[build]
libname = none
[pkg.requires.jw]
devel = jw-pkg-run = VERSION-REVISION
[pkg.requires.os]
run = bash
build = make, xdg-utils, coreutils, cpio
devel = sudo, make, gawk, pkg-config
[pkg.requires.centos]
run = hostname, python
build = epel-release, pkgconfig
release = rpm-build
[pkg.requires.ubuntu]
run = python3
build = pkg-config
release = devscripts, debhelper, dput, libparse-debcontrol-perl, fakeroot, pkg-config
[pkg.requires.ubuntu-16]
build = realpath
[pkg.requires.ubuntu-14]
build = realpath
[pkg.requires.suse]
run = python3
release = rpmbuild, pkg-config, python3-base
[pkg.requires.debian]
run = python3
release = devscripts, debhelper, dput, libparse-debcontrol-perl, fakeroot, pkg-config
[pkg.requires.raspbian]
run = python3
release = devscripts, debhelper, dput, libparse-debcontrol-perl, fakeroot, pkg-config
[pkg.requires.yocto]
run = python3-core
build = coreutils-native, xdg-utils-native