Skip to content
Snippets Groups Projects
Commit 0e498436 authored by alice's avatar alice Committed by alice
Browse files

testing/xload: upgrade to 1.1.4

parent e5fa1891
No related branches found
No related tags found
1 merge request!34202testing/xload: upgrade to 1.1.4
Pipeline #122016 canceled
# Maintainer: Taner Tas <taner76@gmail.com>
pkgname=xload
pkgver="1.1.3"
pkgver=1.1.4
pkgrel=0
pkgdesc="System load average display for X"
url="https://xorg.freedesktop.org"
arch="all"
license="MIT"
depends="libintl"
makedepends="libx11-dev libxaw-dev libxmu-dev libxt-dev gettext-dev"
subpackages="$pkgname-doc"
source="https://www.x.org/archive/individual/app/${pkgname}-${pkgver}.tar.bz2"
source="https://www.x.org/archive/individual/app/xload-$pkgver.tar.xz"
build() {
export CFLAGS="$CFLAGS -DRLOADSTUB"
export LIBS="$LIBS -lintl"
cd "$builddir"
./configure \
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
......@@ -26,13 +24,14 @@ build() {
make
}
check(){
make -C "$builddir" check
check() {
make check
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
sha512sums="8dbc4f0cee7b30d7381be819152b27653d9b0049266e59bde2e2c972a88c4f2bdea766fc407bbdfef15d0aab30fedc756189a1048170a812853133a5094fe7a5 xload-1.1.3.tar.bz2"
sha512sums="
114babe4e5a60f4713f9e4627ee0a1bbb2f1f238cb46f24c38aecff67f25e6b0f58cbd554c71095ddc2b01398adbfa379550a34c23c413db52157648028554f2 xload-1.1.4.tar.xz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment