Files
Arch-R/packages/devel/libffi/build
Stephan Raue 3059fb71b1 new package: add package 'libffi'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-21 21:41:16 +02:00

17 lines
284 B
Bash
Executable File

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