Files
Arch-R/packages/audio/wavpack/build
Stephan Raue 0bedb051b9 wavpack:
- remove lto/gold hack
2010-06-16 15:16:02 +02:00

18 lines
277 B
Bash
Executable File

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