Files
LibreELEC.tv/packages/3rdparty/lib/libdvbcsa/build
2013-08-31 15:02:26 +03:00

15 lines
262 B
Bash
Executable File

#!/bin/sh
. config/options $1
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--disable-shared \
--enable-static \
--with-sysroot=$SYSROOT_PREFIX \
$MAKEINSTALL