fakeroot: update to fakeroot-1.14.5

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-12-07 03:19:43 +01:00
parent d828273e6e
commit 75c3613267
2 changed files with 6 additions and 4 deletions

View File

@ -4,10 +4,12 @@
setup_toolchain host setup_toolchain host
cd $BUILD/$1* cd $PKG_BUILD
./configure --host=$HOST_NAME \ ./configure --host=$HOST_NAME \
--build=$HOST_NAME \ --build=$HOST_NAME \
--prefix=$ROOT/$TOOLCHAIN \ --prefix=$ROOT/$TOOLCHAIN \
--enable-shared \
--disable-static \
--with-gnu-ld
make install make install

View File

@ -1,10 +1,10 @@
PKG_NAME="fakeroot" PKG_NAME="fakeroot"
PKG_VERSION="1.9.5" PKG_VERSION="1.14.5"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://fakeroot.alioth.debian.org/" PKG_SITE="http://fakeroot.alioth.debian.org/"
PKG_URL="http://snapshot.debian.net/archive/2008/04/27/debian/pool/main/f/fakeroot/${PKG_NAME}_${PKG_VERSION}.tar.gz" PKG_URL="http://ftp.debian.org/debian/pool/main/f/fakeroot/${PKG_NAME}_${PKG_VERSION}.orig.tar.bz2"
PKG_DEPENDS="" PKG_DEPENDS=""
PKG_BUILD_DEPENDS="ccache" PKG_BUILD_DEPENDS="ccache"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"