diff options
author | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
---|---|---|
committer | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
commit | 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch) | |
tree | b9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/sysstat/Makefile |
Initial import
Diffstat (limited to 'package/sysstat/Makefile')
-rw-r--r-- | package/sysstat/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/package/sysstat/Makefile b/package/sysstat/Makefile new file mode 100644 index 000000000..99f57eb9e --- /dev/null +++ b/package/sysstat/Makefile @@ -0,0 +1,35 @@ +# $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:= sysstat +PKG_VERSION:= 7.0.3 +PKG_RELEASE:= 3 +PKG_MD5SUM:= 732904b006a0224b0a9ce4d312946277 +MASTER_SITES:= http://perso.orange.fr/sebastien.godard/ + +include ${TOPDIR}/mk/package.mk + +$(eval $(call PKG_template,SYSSTAT,sysstat,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) + +BUILD_STYLE:= auto +INSTALL_STYLE:= auto + +do-configure: + ${CP} ./files/CONFIG ${WRKBUILD}/build/ + +post-install: + ${INSTALL_DIR} ${IDIR_SYSSTAT}/usr/lib/sa + ${INSTALL_BIN} ${WRKINST}/usr/lib/sa/sa1 ${IDIR_SYSSTAT}/usr/lib/sa + ${INSTALL_BIN} ${WRKINST}/usr/lib/sa/sa2 ${IDIR_SYSSTAT}/usr/lib/sa + ${INSTALL_BIN} ${WRKINST}/usr/lib/sa/sadc ${IDIR_SYSSTAT}/usr/lib/sa + ${INSTALL_DIR} ${IDIR_SYSSTAT}/usr/bin + ${INSTALL_BIN} ${WRKINST}/usr/bin/sar ${IDIR_SYSSTAT}/usr/bin + ${INSTALL_BIN} ${WRKINST}/usr/bin/sadf ${IDIR_SYSSTAT}/usr/bin + ${INSTALL_BIN} ${WRKINST}/usr/bin/iostat ${IDIR_SYSSTAT}/usr/bin + ${INSTALL_BIN} ${WRKINST}/usr/bin/mpstat ${IDIR_SYSSTAT}/usr/bin + +include ${TOPDIR}/mk/pkg-bottom.mk |