Files
Arch-R/packages/sysutils/par2cmdline/build
Stephan Raue 19eeb60d58 new package: (thanks to Andras)
- add package par2cmdline needed by upcoming SABnzbd plugin
2010-01-07 23:15:36 +01:00

17 lines
245 B
Bash
Executable File

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