file-host: add autoreconf support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-25 18:19:31 +01:00
parent 79a1b499e2
commit 0e064e84fb
2 changed files with 6 additions and 3 deletions

View File

@ -7,11 +7,12 @@ $SCRIPTS/unpack file
setup_toolchain host
cd $BUILD/file-*
mkdir -p .build-host
cd .build-host
do_autoreconf
mkdir -p .build-host && cd .build-host
../configure --prefix=$ROOT/$TOOLCHAIN \
--enable-shared \
--disable-static \
make
make install
make install

View File

@ -12,3 +12,5 @@ PKG_SECTION="devel"
PKG_SHORTDESC="file: File type identification utility"
PKG_LONGDESC="These are the sources to Darwin's file(1) utility and master magic(4) file, now maintained by Christos Zoulas. The file(1) utility is used to determine the types of various files."
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"