summaryrefslogtreecommitdiffstats
path: root/recipes/efl1/epeg_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/efl1/epeg_svn.bb')
-rw-r--r--recipes/efl1/epeg_svn.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/efl1/epeg_svn.bb b/recipes/efl1/epeg_svn.bb
new file mode 100644
index 0000000000..25ea7fa0b9
--- /dev/null
+++ b/recipes/efl1/epeg_svn.bb
@@ -0,0 +1,9 @@
+DESCRIPTION = "Epeg is a small library for handling thumbnails."
+LICENSE = "MIT"
+DEPENDS = "jpeg"
+PV = "0.9.0+svnr${SRCREV}"
+PR = "r2"
+
+inherit efl
+
+SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/OLD;module=epeg;proto=http"