Files
Arch-R/packages/multimedia/libmpeg2/build
Stephan Raue 2d9f2a891f libmpeg2:
- remove hack for not using linker plugin (fixed now)
2010-06-05 08:18:37 +02:00

19 lines
297 B
Bash
Executable File

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