procps-ng: enable autoreconf, cleanup

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-04-20 23:55:43 +02:00
parent c9af0900b4
commit 14c9ae2284
3 changed files with 6 additions and 4 deletions

View File

@ -23,7 +23,7 @@
. config/options $1
export CFLAGS="$CFLAGS -I$SYSROOT_PREFIX/usr/include/ncurses"
export LDFLAGS="$LDFLAGS -ltinfo"
export LIBS="-ltinfo"
cd $PKG_BUILD
ac_cv_func_malloc_0_nonnull=yes \

View File

@ -22,11 +22,13 @@
. config/options $1
mkdir -p $INSTALL/usr/lib/
cp $PKG_BUILD/proc/.libs/libprocps.so* $INSTALL/usr/lib/
mkdir -p $INSTALL/usr/bin/
cp $PKG_BUILD/proc/.libs/libproc*so* $INSTALL/usr/lib/
cp $PKG_BUILD/.libs/free $INSTALL/usr/bin/
cp $PKG_BUILD/.libs/pgrep $INSTALL/usr/bin/
ln -f $INSTALL/usr/bin/pgrep $INSTALL/usr/bin/pkill
ln -sf pgrep $INSTALL/usr/bin/pkill
cp $PKG_BUILD/.libs/pmap $INSTALL/usr/bin/
cp $PKG_BUILD/.libs/slabtop $INSTALL/usr/bin/
cp $PKG_BUILD/.libs/vmstat $INSTALL/usr/bin/

View File

@ -33,4 +33,4 @@ PKG_SHORTDESC="procps: Small useful utilities that give information about proces
PKG_LONGDESC="procps is the package that has a bunch of small useful utilities that give information about processes using the /proc filesystem. The package includes the programs ps, top, vmstat, w, kill, free, slabtop, and skill."
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
PKG_AUTORECONF="yes"