mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 20:13:32 +01:00
36 lines
719 B
Text
36 lines
719 B
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
|
|
build = cvs, make, inkscape
|
|
|
|
[pkg.requires.centos]
|
|
run = hostname
|
|
build = epel-release, pkgconfig
|
|
|
|
[pkg.requires.ubuntu-14]
|
|
build = realpath, pkg-config
|
|
|
|
[pkg.requires.suse]
|
|
release = rpmbuild, pkg-config
|
|
|
|
[pkg.requires.debian]
|
|
release = devscripts, debhelper, dput, libparse-debcontrol-perl, fakeroot, pkg-config
|
|
|
|
[pkg.run.post]
|
|
rm -f /usr/bin/jcs
|
|
|