Files
Arch-R/packages/sysutils/par2cmdline/build
Stephan Raue f8b43c20eb par2cmdline: add meta file support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-14 15:37:47 +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