summaryrefslogtreecommitdiff
path: root/package/slurm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/slurm/Makefile')
-rw-r--r--package/slurm/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/package/slurm/Makefile b/package/slurm/Makefile
new file mode 100644
index 000000000..e2560610c
--- /dev/null
+++ b/package/slurm/Makefile
@@ -0,0 +1,30 @@
+# $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_MD5SUM:= e68d09202b835c644f7f6b7f070f29a2
+MASTER_SITES:= http://www.wormulon.net/files/slurm/
+
+include ${TOPDIR}/mk/package.mk
+
+$(eval $(call PKG_template,SLURM,slurm,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
+
+CONFIGURE_STYLE:= gnu
+CONFIGURE_ARGS+= LIBS="-lncurses" \
+ ac_cv_func_malloc_0_nonnull=yes \
+ 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