jw-pkg/make/project.conf
Jan Lindemann 83eeb7a2f9 Fix: Realpath is not a package anymore in Ubuntu 18.04
/usr/bin/realpath is part of coreutils in Ubuntu 18.04

Signed-off-by: Jan Lindemann <jan@janware.com>
2019-11-19 09:07:57 +00:00

62 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 = System/Libraries
subpackages = run devel
license = LGPL 2
jw-maintainer = jan
[build]
libname = none
[pkg.requires.os]
run = python, sudo, bash, gawk
build = make, xdg-utils, coreutils
[pkg.requires.centos]
run = hostname
build = epel-release, pkgconfig
release = rpm-build
[pkg.requires.ubuntu]
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]
release = rpmbuild, pkg-config, python3-base
[pkg.requires.debian]
release = devscripts, debhelper, dput, libparse-debcontrol-perl, fakeroot, pkg-config
[pkg.requires.yocto]
run = python3-core
build = coreutils-native, xdg-utils-native
[pkg.run.pre.yocto]
case "$1" in
0)
;;
1)
groupadd www
useradd -G www wwwrun
;;
*)
;;
esac
[pkg.run.post]
rm -f /usr/bin/jcs
[pkg.run.postun]
rm -f /usr/bin/jcs