summaryrefslogtreecommitdiff
path: root/gift/gift_0.11.4.oe
diff options
context:
space:
mode:
Diffstat (limited to 'gift/gift_0.11.4.oe')
-rw-r--r--gift/gift_0.11.4.oe10
1 files changed, 10 insertions, 0 deletions
diff --git a/gift/gift_0.11.4.oe b/gift/gift_0.11.4.oe
index e69de29bb2..e67df08310 100644
--- a/gift/gift_0.11.4.oe
+++ b/gift/gift_0.11.4.oe
@@ -0,0 +1,10 @@
+DEPENDS = virtual/libc libvorbis libogg
+RDEPENDS = libc6 libvorbis libogg
+FILES_gift_append = ' ${datadir}/giFT'
+
+SRC_URI = ${SOURCEFORGE_MIRROR}/gift/gift-${PV}.tar.bz2
+
+inherit autotools libtool
+
+EXTRA_OECONF = '--with-vorbis-libraries=${STAGING_LIBDIR} \
+ --with-vorbis-includes=${STAGING_INCDIR}'