#!/usr/bin/env beesh

# BEE_VERSION sysstat-12.1.6-0

# more info: http://sebastien.godard.pagesperso-orange.fr/features.html

SRCURL[0]="http://sebastien.godard.pagesperso-orange.fr/sysstat-${PKGVERSION}.tar.xz"

# PATCHURL+=()

build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
#    bee_extract "${@}"
#}

#mee_patch() {
#    bee_patch "${@}"
#}

mee_configure() {
    sa_lib_dir=/usr/lib/sa    \
    sa_dir=/var/log/sa        \
    conf_dir=/etc/sysconfig   \
    bee_configure --disable-file-attr
}

#mee_build() {
#    bee_build
#}

#mee_install() {
#    bee_install
#}

mee_install_post() {
    rm -vrf ${D}/usr/share/doc
    rm -vrf ${D}/usr/share/locale
}