forked from phlipper/chef-libqt4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.rb
19 lines (18 loc) · 872 Bytes
/
metadata.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name "libqt4"
maintainer "Phil Cohen"
maintainer_email "[email protected]"
license "MIT"
description "Install libqt4 packages"
version "0.1.0"
depends "cmake"
supports "ubuntu"
recipe "default", "Install a relatively complete of libqt4 packages"
recipe "base", "Install base support for libqt4 packages"
recipe "core", "Install the core set of libqt4 packages"
recipe "dbus", "Install dbus support for libqt4 packages"
recipe "dev", "Install development support for libqt4 packages"
recipe "full", "Install every libqt4 package available"
recipe "network", "Install network support for libqt4 packages"
recipe "ruby", "Install ruby support for libqt4 packages"
recipe "webkit", "Install webkit support for libqt4 packages"
recipe "xml", "Install xml support for libqt4 packages"