Files
Arch-R/packages/network/ntp/build
Stephan Raue b3cc692586 ntp: build and install 'ntpdate' too
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-10-29 21:15:30 +02:00

18 lines
306 B
Bash
Executable File

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