diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-23 08:18:42 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-23 08:18:42 +0000 |
commit | 0a11a28335b73a06f26379822ce88aae6f1f4954 (patch) | |
tree | 8351b0b432463d4162054c5691ae8e5adcdbda10 /gift | |
parent | 9cab31775d14a06c80c354650d27855a1fdc92db (diff) |
Packaging fixes, pass 2.
BKrev: 4010d8e2zRgIc2lz8zqu_17RxVRQ9g
Diffstat (limited to 'gift')
-rw-r--r-- | gift/gift_0.11.4.oe | 10 | ||||
-rw-r--r-- | gift/gift_0.11.5.oe | 10 |
2 files changed, 20 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}' diff --git a/gift/gift_0.11.5.oe b/gift/gift_0.11.5.oe index e69de29bb2..e67df08310 100644 --- a/gift/gift_0.11.5.oe +++ b/gift/gift_0.11.5.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}' |