Skip to content

Commit

Permalink
new version v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
angelskieglazki committed Dec 4, 2020
1 parent e5a21b2 commit 76a1fdb
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions misc/packagecore/packagecore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76a1fdb

Please sign in to comment.