Files
Arch-R/packages/audio/libmms/build
Stephan Raue 1543088fe6 libmms: add meta file support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-14 15:36:56 +01:00

17 lines
321 B
Bash
Executable File

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