Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 652 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 652 Bytes

Howto

All-in-one

*.deb package (debian, ubuntu)

To build deb package:

  • Install lintian and equivs in version >=2.0.9 (see: #636310 )
  • Invoke script create-deb.sh in ./pkg/deb-pkg/

*.pak package (arch)

To build pak package:

  • Invoke script create-pkg.sh in ./pkg/pkg-pkg/

*.rpm package (redhat, centos)

To build rpm package

  • Install rpm-build (CentOS), redhat-rpm-config (CentOS), rpmdevtools (EPEL for CentOS)
  • Invoke script create-rpm.sh in ./pkg/rpm-pkg/