aboutsummaryrefslogtreecommitdiffstats
path: root/packages/epeg/epeg.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/epeg/epeg.bb')
-rw-r--r--packages/epeg/epeg.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/epeg/epeg.bb b/packages/epeg/epeg.bb
index e69de29bb2..e812f6c046 100644
--- a/packages/epeg/epeg.bb
+++ b/packages/epeg/epeg.bb
@@ -0,0 +1,11 @@
+SECTION = "libs"
+LICENSE = "MIT"
+PV = "0.0cvs${CVSDATE}"
+DEPENDS = "jpeg"
+DESCRIPTION = "Epeg is a small library for handling thumbnails."
+
+SRC_URI = "cvs://anonymous:@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/epeg \
+ file://dirs.patch;patch=1"
+S = "${WORKDIR}/epeg"
+
+inherit autotools