summaryrefslogtreecommitdiff
path: root/epeg
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-11-26 23:05:08 +0000
committerChris Larson <clarson@kergoth.com>2003-11-26 23:05:08 +0000
commit35387db2be0a64f9b97bb8a1bc5c69c67da16907 (patch)
tree7f349b597b0a5604f68400e6db0820749e5c91f8 /epeg
parentaa7792d1c07358bee1370a9bee01ed025627cf7e (diff)
Correcting various dependency issues noticed during the last oemake -a run.
BKrev: 3fc531a4VZcNua6H8futydrwoHwIyw
Diffstat (limited to 'epeg')
-rw-r--r--epeg/epeg.oe9
1 files changed, 9 insertions, 0 deletions
diff --git a/epeg/epeg.oe b/epeg/epeg.oe
index e69de29bb2..60a94101df 100644
--- a/epeg/epeg.oe
+++ b/epeg/epeg.oe
@@ -0,0 +1,9 @@
+PV = ${DATE}
+
+DEPENDS = virtual/libc libjpeg
+RDEPENDS = libc6 jpeg
+
+SRC_URI = cvs://anonymous:@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/epeg
+S = ${WORKDIR}/epeg
+
+inherit autotools libtool