Files
Arch-R/packages/audio/libmodplug/build
Stephan Raue ddc89a2101 libmodplug: add meta file support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-14 15:37:08 +01:00

15 lines
222 B
Bash
Executable File

#!/bin/sh
. config/options $1
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--disable-static \
--enable-shared \
make
$MAKEINSTALL