From 537ca321b0d94288c22772d99e1b1583d900749b Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Tue, 6 Oct 2015 21:53:53 +0900 Subject: Added libatasmart Change-Id: I058907bb99408f0370993e30109cb20bfd4dbdb8 --- strata/gnome.morph | 5 +++++ strata/gnome/libatasmart.morph | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 strata/gnome/libatasmart.morph diff --git a/strata/gnome.morph b/strata/gnome.morph index b67912f6..64ecd60c 100644 --- a/strata/gnome.morph +++ b/strata/gnome.morph @@ -129,6 +129,11 @@ chunks: unpetrify-ref: master build-depends: - mozjs17 +- name: libatasmart + morph: strata/gnome/libatasmart.morph + repo: upstream:libatasmart + ref: de6258940960443038b4c1651dfda3620075e870 + unpetrify-ref: master - name: colord morph: strata/gnome/colord.morph repo: upstream:colord diff --git a/strata/gnome/libatasmart.morph b/strata/gnome/libatasmart.morph new file mode 100644 index 00000000..e8df654e --- /dev/null +++ b/strata/gnome/libatasmart.morph @@ -0,0 +1,6 @@ +name: libatasmart +kind: chunk +build-system: autotools +configure-commands: +- ./autogen.sh +- ./configure CFLAGS='-g -O0 -Wp,-U_FORTIFY_SOURCE' --sysconfdir=/etc --localstatedir=/var --libdir=/usr/lib --libexecdir=/usr/lib -- cgit v1.2.1