summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-11-06 16:13:52 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-11-07 03:29:11 +0900
commitafc626e15c16ac2309bf1e577c174d15367e2c86 (patch)
tree40715008fb2ecbd09421a89f56a01fc85281e680
parent042f7d696cae63d72fcbd556469fdf113754e161 (diff)
downloaddefinitions-afc626e15c16ac2309bf1e577c174d15367e2c86.tar.gz
Adding libarchive to GNOME stratum
This is required to build appstream-glib Change-Id: I60c0d6d17790b60ca2d3a8d506be165dc5700782
-rw-r--r--strata/gnome.morph5
-rw-r--r--strata/gnome/libarchive.morph6
2 files changed, 11 insertions, 0 deletions
diff --git a/strata/gnome.morph b/strata/gnome.morph
index bade4b0e..e481e799 100644
--- a/strata/gnome.morph
+++ b/strata/gnome.morph
@@ -605,6 +605,11 @@ chunks:
build-depends:
- libcanberra
- libnotify
+- name: libarchive
+ morph: strata/gnome/libarchive.morph
+ repo: upstream:libarchive
+ ref: 19f23e191f9d3e1dd2a518735046100419965804
+ unpetrify-ref: v3.1.2
- name: gnome-control-center
morph: strata/gnome/gnome-control-center.morph
repo: upstream:gnome/gnome-control-center
diff --git a/strata/gnome/libarchive.morph b/strata/gnome/libarchive.morph
new file mode 100644
index 00000000..bf840f58
--- /dev/null
+++ b/strata/gnome/libarchive.morph
@@ -0,0 +1,6 @@
+name: libarchive
+kind: chunk
+build-system: autotools
+configure-commands:
+- autoreconf -ivf
+- ./configure --prefix="$PREFIX" --disable-acl