diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2010-04-04 10:34:02 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-04-04 10:34:02 +0200 |
| commit | 5042ac8e5927d0089d3902b1c37e5bcc1565d053 (patch) | |
| tree | cd2be3085808c5ac59dd70f9c610c6a40bfe3ffd /package/sysstat | |
| parent | 401dabf66529cfb5ab47b4c78d5e25fd493eef1f (diff) | |
| parent | 4d569ed1a3305c7b7abe8fa4273cea3b559cc85a (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Conflicts:
BUGS
package/autoconf/Makefile
Diffstat (limited to 'package/sysstat')
| -rw-r--r-- | package/sysstat/Config.in | 11 | ||||
| -rw-r--r-- | package/sysstat/Makefile | 3 |
2 files changed, 1 insertions, 13 deletions
diff --git a/package/sysstat/Config.in b/package/sysstat/Config.in deleted file mode 100644 index 21746c145..000000000 --- a/package/sysstat/Config.in +++ /dev/null @@ -1,11 +0,0 @@ -config ADK_PACKAGE_SYSSTAT - prompt "sysstat........................... System monitoring and performance analysis utilities" - tristate - default n - help - The sysstat package contains utilities to monitor system performance and - usage activity. Sysstat contains various utilities, common to many commercial - Unixes, and tools you can schedule via cron to collect and historize - performance and activity data. - - http://perso.wanadoo.fr/sebastien.godard/ diff --git a/package/sysstat/Makefile b/package/sysstat/Makefile index e1f28029b..e1c5fabf7 100644 --- a/package/sysstat/Makefile +++ b/package/sysstat/Makefile @@ -15,8 +15,7 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,SYSSTAT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -BUILD_STYLE:= auto -INSTALL_STYLE:= auto +CONFIG_STYLE:= manual do-configure: ${CP} ./files/CONFIG ${WRKBUILD}/build/ |
