move package libexif:

- no more need, move to pkg-archive branch
This commit is contained in:
Stephan Raue 2009-10-28 11:13:20 +01:00
parent 6b6830908c
commit 8c524b3798
4 changed files with 0 additions and 38 deletions

View File

@ -1,20 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static \
--enable-shared \
--disable-nls \
make -C libexif
$MAKEINSTALL -C libexif
cp libexif.pc $SYSROOT_PREFIX/usr/lib/pkgconfig

View File

@ -1,6 +0,0 @@
#!/bin/sh
. config/options
mkdir -p $INSTALL/usr/lib
cp -P $PKG_BUILD/libexif/.libs/libexif.so* $INSTALL/usr/lib

View File

@ -1,11 +0,0 @@
--- libexif-0.6.17/configure.orig 2008-11-06 09:54:03.000000000 +0100
+++ libexif-0.6.17/configure 2009-04-19 13:23:36.000000000 +0200
@@ -4465,7 +4465,7 @@
;;
# This must be Linux ELF.
-linux* | k*bsd*-gnu)
+linux* | k*bsd*-gnu | linux-uclibc*)
lt_cv_deplibs_check_method=pass_all
;;

View File

@ -1 +0,0 @@
http://prdownloads.sourceforge.net/libexif/libexif-0.6.18.tar.gz