Skip to content

Instantly share code, notes, and snippets.

@daniel-barrows
Created April 12, 2019 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daniel-barrows/4a41930b64b1d2342f37c486c6a1f326 to your computer and use it in GitHub Desktop.
Save daniel-barrows/4a41930b64b1d2342f37c486c6a1f326 to your computer and use it in GitHub Desktop.
anbox build dependencies installer deb control file (for equivs)
### Commented entries have reasonable defaults.
### Uncomment to edit them.
# Source: <source package name; defaults to package name>
Section: misc
Priority: optional
Homepage: http://anbox.io/
Standards-Version: 3.9.2
Package: anbox-dependencies
Version: 0.1.0
Maintainer: Daniel Barrows
# Pre-Depends: <comma-separated list of packages>
Depends: build-essential,cmake,cmake-data,debhelper,dbus,google-mock,libboost-dev,libboost-filesystem-dev,libboost-log-dev,libboost-iostreams-dev,libboost-program-options-dev,libboost-system-dev,libboost-test-dev,libboost-thread-dev,libcap-dev,libsystemd-dev,libegl1-mesa-dev,libgles2-mesa-dev,libglm-dev,libgtest-dev,liblxc1,libproperties-cpp-dev,libprotobuf-dev,libsdl2-dev,libsdl2-image-dev,lxc-dev,pkg-config,protobuf-compiler
# Recommends: <comma-separated list of packages>
# Suggests: <comma-separated list of packages>
# Provides: <comma-separated list of packages>
# Replaces: <comma-separated list of packages>
Architecture: all
# Multi-Arch: <one of: foreign|same|allowed>
Copyright: /usr/share/common-licenses/CC0-1.0
# Changelog: <changelog file; defaults to a generic changelog>
# Readme: <README.Debian file; defaults to a generic one>
# Extra-Files: <comma-separated list of additional files for the doc directory>
# Links: <pair of space-separated paths; First is path symlink points at, second is filename of link>
# Files: <pair of space-separated paths; First is file to include, second is destination>
# <more pairs, if there's more than one file to include. Notice the starting space>
Description: Empty package to install anbox dependencies.
Installing this page installs all the build dependencies of anbox recommended
at https://github.com/anbox/anbox
.
anbox is an Android emulator.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment