Files
Arch-R/packages/debug/htop/build
Stephan Raue 06320c0c15 new package: add package 'htop' in debug build
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-08-31 16:37:47 +02:00

22 lines
406 B
Bash
Executable File

#!/bin/sh
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build ncurses
cd $PKG_BUILD
$AUTORECONF
ac_cv_func_malloc_0_nonnull=yes \
ac_cv_func_realloc_0_nonnull=yes \
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static \
--enable-shared \
make