file: update to file-5.11

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-03-03 19:01:49 +01:00
parent dd16adcd22
commit 181ae2c3aa
3 changed files with 1 additions and 4 deletions

View File

@ -35,7 +35,6 @@ mkdir -p .build-host && cd .build-host
--enable-shared \ --enable-shared \
--disable-static \ --disable-static \
--enable-fsect-man5 \ --enable-fsect-man5 \
--disable-rpath
make make
make install make install

View File

@ -33,7 +33,5 @@ cd .build-target
--enable-shared \ --enable-shared \
--disable-static \ --disable-static \
--enable-fsect-man5 \ --enable-fsect-man5 \
--disable-rpath
make make

View File

@ -19,7 +19,7 @@
################################################################################ ################################################################################
PKG_NAME="file" PKG_NAME="file"
PKG_VERSION="5.10" PKG_VERSION="5.11"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="BSD" PKG_LICENSE="BSD"