Skip to content
Permalink
update-openssh
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@wwwutz
Latest commit 57ed2c5 Sep 19, 2019 History
- for the beloved iostat command
1 contributor

Users who have contributed to this file

executable file 41 lines (29 sloc) 678 Bytes
#!/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
}