diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-05-31 17:53:55 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-05-31 17:53:55 +0200 |
commit | 1cd31f169fab4ab0ce45617c161da3fec9f7359d (patch) | |
tree | e705bef0fbb742cafc1ca64b6c786db1b82622ab /package/slurm/Makefile | |
parent | 5e82ed3e9ada7f5c9e66db5568032a49f66a6e93 (diff) |
fix regressions from ipkg rework
- remove old glib1 lib
- rename glib2 -> glib
- rename libgdbm -> gdbm
- remove obsoleted wireless-tools, use iw
- remove upstream unmaintained slurm
make allmodconfig runs through on Debian/lenny amd64 for
alix1c target
Diffstat (limited to 'package/slurm/Makefile')
-rw-r--r-- | package/slurm/Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/package/slurm/Makefile b/package/slurm/Makefile deleted file mode 100644 index 931377eb3..000000000 --- a/package/slurm/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# $Id$ -#- -# This file is part of the OpenADK project. OpenADK is copyrighted -# material, please see the LICENCE file in the top-level directory. - -include ${TOPDIR}/rules.mk - -PKG_NAME:= slurm -PKG_VERSION:= 0.3.3 -PKG_RELEASE:= 1 -PKG_DESCR:= Realtime network interface monitor -PKG_SECTION:= net -PKG_DEPENDS:= libncurses -PKG_MD5SUM:= e68d09202b835c644f7f6b7f070f29a2 -PKG_SITES:= http://www.wormulon.net/files/slurm/ - -include ${TOPDIR}/mk/package.mk - -$(eval $(call PKG_template,SLURM,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) - -CONFIGURE_STYLE:= gnu -CONFIGURE_ARGS+= LIBS="-lncurses" \ - ac_cv_lib_ncurses_use_default_colors=yes -BUILD_STYLE:= auto -MAKE_FLAGS:= CPPFLAGS="${TCPPFLAGS}" CFLAGS="${TCFLAGS}" LDFLAGS="${TLDFLAGS}" -INSTALL_STYLE:= auto - -post-install: - ${INSTALL_DIR} ${IDIR_SLURM}/usr/bin - ${INSTALL_BIN} ${WRKINST}/usr/bin/slurm ${IDIR_SLURM}/usr/bin/ - -include ${TOPDIR}/mk/pkg-bottom.mk |