aboutsummaryrefslogtreecommitdiff
path: root/ports/libcroco/CONTROL
diff options
context:
space:
mode:
authorRodrigo Hernandez Cordoba <kwizatz@aeongames.com>2019-05-16 18:37:25 -0600
committerVictor Romero <romerosanchezv@gmail.com>2019-05-16 17:37:25 -0700
commit208bb8eefcc13ab7aa6122b91f38ffec0b378e13 (patch)
treeb09dcd0b3d0c53427d7a07290a4dcf63705c0e3f /ports/libcroco/CONTROL
parent8dfbc5322f03592aac68e2331bbfe657fd854bdf (diff)
downloadvcpkg-208bb8eefcc13ab7aa6122b91f38ffec0b378e13.tar.gz
vcpkg-208bb8eefcc13ab7aa6122b91f38ffec0b378e13.zip
[libcroco] Initial port files for libcroco (#6467)
* [libcroco] Initial port files for libcroco From the libcroco readme file: Libcroco is a standalone css2 parsing and manipulation library. The parser provides a low level event driven SAC like api and a css object model like api. Libcroco provides a CSS2 selection engine and an experimental xml/css rendering engine. libcroco is part of the GNOME project. * [libcroco] Build fixes for Linux.
Diffstat (limited to 'ports/libcroco/CONTROL')
-rw-r--r--ports/libcroco/CONTROL4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/libcroco/CONTROL b/ports/libcroco/CONTROL
new file mode 100644
index 000000000..a0d05daaf
--- /dev/null
+++ b/ports/libcroco/CONTROL
@@ -0,0 +1,4 @@
+Source: libcroco
+Version: 0.6.13
+Description: A standalone css2 parsing and manipulation library
+Build-Depends: glib, libxml2