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