From 76a1fdbb853e0778cdff0e78b4b4c52f6be5dfe9 Mon Sep 17 00:00:00 2001 From: max Date: Fri, 4 Dec 2020 13:14:51 +0300 Subject: [PATCH] new version v0.4.5 --- misc/packagecore/packagecore.yaml | 54 +++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/misc/packagecore/packagecore.yaml b/misc/packagecore/packagecore.yaml index 49097974..6b688801 100644 --- a/misc/packagecore/packagecore.yaml +++ b/misc/packagecore/packagecore.yaml @@ -11,6 +11,60 @@ commands: install: - make PREFIX="/usr" install DESTDIR="${BP_DESTDIR}" packages: + debian9: + builddeps: + - libtool + - autoconf + - intltool + - make + - gcc + - g++ + - pkg-config + - libcunit1-dev + - libcpputest-dev + - libssl-dev + - libev-dev + - libconfuse-dev + - uuid-dev + - libcurl4-openssl-dev + - libglib2.0-dev + - doxygen + debian10: + builddeps: + - libtool + - autoconf + - intltool + - make + - gcc + - g++ + - pkg-config + - libcunit1-dev + - libcpputest-dev + - libssl-dev + - libev-dev + - libconfuse-dev + - uuid-dev + - libcurl4-openssl-dev + - libglib2.0-dev + - doxygen + ubuntu18.04: + builddeps: + - libtool + - autoconf + - intltool + - make + - gcc + - g++ + - pkg-config + - libcunit1-dev + - libcpputest-dev + - libssl-dev + - libev-dev + - libconfuse-dev + - uuid-dev + - libcurl4-openssl-dev + - libglib2.0-dev + - doxygen ubuntu20.04: builddeps: - libtool