Files
Arch-R/packages/multimedia/libmpeg2/build
Stephan Raue 40da962400 libmpeg2: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-15 13:36:39 +01:00

17 lines
274 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 \
--disable-sdl \
--without-x
make
$MAKEINSTALL