Files
Arch-R/packages/graphics/jpeg/build
Stephan Raue 20d6210e63 jpeg: add meta file support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-14 16:53:18 +01:00

17 lines
289 B
Bash
Executable File

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