aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gimp/babl_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gimp/babl_svn.bb')
-rw-r--r--recipes/gimp/babl_svn.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes/gimp/babl_svn.bb b/recipes/gimp/babl_svn.bb
new file mode 100644
index 0000000000..332595ee6b
--- /dev/null
+++ b/recipes/gimp/babl_svn.bb
@@ -0,0 +1,23 @@
+DESCRIPTION = "Babl is a dynamic, any to any, pixel format conversion library."
+LICENSE = "LGPL"
+
+SRCREV = "349"
+PV = "0.0.23+svnr${SRCREV}"
+PR = "r1"
+PE = "1"
+
+inherit gnome
+
+SRC_URI = "svn://svn.gnome.org/svn/${PN};module=trunk"
+
+S = "${WORKDIR}/trunk"
+
+do_stage() {
+ autotools_stage_all
+}
+
+
+FILES_${PN} += "${libdir}/babl-0.0/"
+FILES_${PN}-dbg += "${libdir}/babl-0.0/.debug/"
+
+