Files
Arch-R/packages/sysutils/remote/atvclient/build
Stephan Raue 9180af8c56 new package: add initial package 'atvclient'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-10-09 16:57:02 +02:00

15 lines
281 B
Bash
Executable File

#!/bin/sh
. config/options $1
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--sbindir=/usr/sbin \
--exec-prefix=/usr \
--localstatedir=/var \
--sysconfdir=/etc \
make