sysstat: needs gettext in hostmakedepends
also, ignore development versions
This commit is contained in:
parent
c85adc237d
commit
31904bd381
2 changed files with 4 additions and 3 deletions
|
@ -6,7 +6,7 @@ build_style=gnu-configure
|
|||
configure_args="--enable-copy-only --disable-file-attr
|
||||
--with-systemdsystemunitdir= --enable-install-cron"
|
||||
conf_files="/etc/default/sysstat /etc/default/sysstat.ioconf"
|
||||
hostmakedepends="pkg-config"
|
||||
hostmakedepends="pkg-config gettext"
|
||||
depends="lm_sensors"
|
||||
short_desc="Collection of performance monitoring tools"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
|
@ -16,8 +16,8 @@ distfiles="http://pagesperso-orange.fr/sebastien.godard/${pkgname}-${version}.ta
|
|||
checksum=8edb0e19b514ac560a098a02933a4735b881296d61014db89bf80f05dd7a4732
|
||||
|
||||
post_extract() {
|
||||
sed -i 's/lib64/lib/' configure
|
||||
sed -i '/LFLAGS =/d; s/LFLAGS/LDFLAGS/g' Makefile.in
|
||||
vsed -i 's/lib64/lib/' configure
|
||||
vsed -i '/LFLAGS =/d; s/LFLAGS/LDFLAGS/g' Makefile.in
|
||||
}
|
||||
pre_configure() {
|
||||
export conf_dir=/etc/default
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
site="http://sebastien.godard.pagesperso-orange.fr/download.html"
|
||||
ignore="*.*[1359].*"
|
||||
|
|
Loading…
Reference in a new issue