testing/xload: new aport

https://xorg.freedesktop.org/
System load average display for X
This commit is contained in:
Taner Tas 2017-04-11 05:59:30 +00:00 committed by Leonardo Arena
parent 040056b3d6
commit 71e8e056ea

40
testing/xload/APKBUILD Normal file
View File

@ -0,0 +1,40 @@
# Maintainer: Taner Tas <taner76@gmail.com>
pkgname=xload
pkgver="1.1.2"
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://xorg.freedesktop.org/archive/individual/app/${pkgname}-${pkgver}.tar.bz2"
options="!check"
build() {
export CFLAGS="$CFLAGS -DRLOADSTUB"
export LIBS="$LIBS -lintl"
cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
--disable-nls
make
}
check(){
cd "$builddir"
make check
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
sha512sums="9c83d26bbb135cc0f2b3ef7f25b081cda5d080dd02b1c89195b40825a7d71211965b34336c853eb455472d9748f3edf64108455584b34b81673e2548806f423d xload-1.1.2.tar.bz2"